Commit 67091547 by Klimov Paul

`yii\base\ErrorHandler::handleError()` adjusted keeping native error processing…

`yii\base\ErrorHandler::handleError()` adjusted keeping native error processing on error reporting miss match.
parent 76b03a3f
......@@ -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;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment