Ouzo\ExceptionHandling\ErrorHandler::exceptionHandler PHP Метод

exceptionHandler() публичный статический Метод

public static exceptionHandler ( Exception $exception )
$exception Exception
    public static function exceptionHandler(Exception $exception)
    {
        static::getExceptionHandler()->handleException($exception);
    }