Remove error handler from FrontController

This commit is contained in:
2014-07-03 19:49:43 +04:00
parent 61be1700ee
commit 8c57655124
2 changed files with 28 additions and 55 deletions

View File

@ -12,7 +12,7 @@ class ErrorHandler
static public function init()
{
set_error_handler(array('Majestic\Exception\ErrorHandler', 'error_handler'));
//set_error_handler(array('Majestic\Exception\ErrorHandler', 'error_handler'));
}
static public function error_handler($errno, $errstr, $errfile, $errline)