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);
    }