Ouzo\ExceptionHandling\DebugErrorHandler::getRun PHP Method

getRun() protected static method

protected static getRun ( )
    protected static function getRun()
    {
        $run = new Run();
        $run->pushHandler(new PrettyPageHandler());
        return $run;
    }