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

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

Report the exception to the exception handler.
protected reportException ( Exception $e ) : void
$e Exception
Результат void
    protected function reportException(Exception $e)
    {
        $this->app['Illuminate\\Contracts\\Debug\\ExceptionHandler']->report($e);
    }