Commit 32f34b60 by Alexander Makarov

error handler now works properly with @

parent 4502d5c6
......@@ -77,8 +77,10 @@ class ErrorHandler extends ApplicationComponent
*/
public function handleError($code, $message, $file, $line)
{
if(error_reporting()!==0) {
throw new \ErrorException($message, 0, $code, $file, $line);
}
}
/**
* @param \Exception $exception
......
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