Laravel\Lumen\Console\Kernel::reportException PHP Method

reportException() protected method

Report the exception to the exception handler.
protected reportException ( Exception $e ) : void
$e Exception
return void
    protected function reportException(Exception $e)
    {
        $this->app['Illuminate\\Contracts\\Debug\\ExceptionHandler']->report($e);
    }