interface ExceptionHandler (View source)
Report or log an exception.
Render an exception into an HTTP response.
Render an exception to the console.
void report(Exception $e)
Response render(Request $request, Exception $e)
void renderForConsole(OutputInterface $output, Exception $e)