コード例 #1
0
ファイル: ExceptionHandler.php プロジェクト: Trideon/gigolo
 public static function Handle($exception)
 {
     Log::Error('Uncaught exception: %s', $exception);
     if (isset(self::$handler)) {
         self::$handler->HandleException($exception);
     }
 }