Remove error handler from FrontController
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user