mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
yii\base\ErrorHandler::handleError()
adjusted keeping native error processing on error reporting miss match.
This commit is contained in:
@ -125,6 +125,7 @@ abstract class ErrorHandler extends Component
|
||||
* @param string $message the error message.
|
||||
* @param string $file the filename that the error was raised in.
|
||||
* @param integer $line the line number the error was raised at.
|
||||
* @return boolean whether the normal error handler continues.
|
||||
*
|
||||
* @throws ErrorException
|
||||
*/
|
||||
@ -150,6 +151,7 @@ abstract class ErrorHandler extends Component
|
||||
|
||||
throw $exception;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user