Ouzo\ExceptionHandling\DebugErrorHandler::getRun PHP Méthode

getRun() protected static méthode

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