Autarky\Errors\DefaultErrorHandler::handle PHP Метод

handle() публичный Метод

public handle ( Exception $exception )
$exception Exception
    public function handle(Exception $exception)
    {
        if ($this->debug && class_exists('Whoops\\Run')) {
            return $this->handleWithWhoops($exception);
        }
        return $this->handleWithSymfony($exception);
    }