handleHhvmError() public method (available since version 2.0.6)
Handles HHVM execution errors such as warnings and notices.
This method is used as a HHVM error handler. It will store exception that will be used in fatal error handler
public boolean handleHhvmError ( $code, $message, $file, $line, $context, $backtrace ) | ||
---|---|---|
$code | integer |
The level of the error raised. |
$message | string |
The error message. |
$file | string |
The filename that the error was raised in. |
$line | integer |
The line number the error was raised at. |
$context | mixed | |
$backtrace | mixed |
Trace of error |
return | boolean |
Whether the normal error handler continues. |
throws | yii\base\ErrorException |
Please login to continue.