Example #1
0
 public static function Handle($exception)
 {
     Log::Error('Uncaught exception: %s', $exception);
     if (isset(self::$handler)) {
         self::$handler->HandleException($exception);
     }
 }