Ouzo\ExceptionHandling\DebugErrorHandler::getExceptionHandler PHP Method

getExceptionHandler() protected static method

protected static getExceptionHandler ( ) : ExceptionHandler
return ExceptionHandler
    protected static function getExceptionHandler()
    {
        return new DebugExceptionHandler();
    }