Ouzo\ExceptionHandling\ExceptionHandler::runDefaultHandler PHP Method

runDefaultHandler() protected method

protected runDefaultHandler ( $exception )
    protected function runDefaultHandler($exception)
    {
        $this->handleError(OuzoExceptionData::forException(500, $exception));
    }