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