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