예제 #1
0
파일: Error.php 프로젝트: jinghm318/ko
 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');
 }