Exemple #1
0
 public static function init_handle_errors()
 {
     self::$oldErrorHandler = set_error_handler('ALogger::handle_error');
 }