Example #1
0
 public static function VHandle()
 {
     self::$_vPrevErrorHandler = set_error_handler('Ko_Web_Error::BHandleError', error_reporting());
     self::$_vPrevExceptionHandler = set_exception_handler('Ko_Web_Error::VHandleException');
     register_shutdown_function('Ko_Web_Error::VHandleShutdown');
 }