예제 #1
0
파일: kernel.php 프로젝트: 453111208/bbc
 public static function exceptionBootstrap()
 {
     if (!isset(self::$__exception_instance)) {
         self::$__exception_instance = kernel::single('base_foundation_bootstrap_handleExceptions');
     }
     return self::$__exception_instance;
 }