Ouzo\ExceptionHandling\ErrorHandler::exceptionHandler PHP Method

exceptionHandler() public static method

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