Laravel\Lumen\Console\Kernel::renderException PHP Метод

renderException() защищенный Метод

Report the exception to the exception handler.
protected renderException ( Symfony\Component\Console\Output\OutputInterface $output, Exception $e ) : void
$output Symfony\Component\Console\Output\OutputInterface
$e Exception
Результат void
    protected function renderException($output, Exception $e)
    {
        $this->app['Illuminate\\Contracts\\Debug\\ExceptionHandler']->renderForConsole($output, $e);
    }