class
Handler implements
ExceptionHandler (View source)
Methods
__construct(
ExceptionHandler $exceptionHandler,
Debug $debug)
Handler constructor.
render(
Request $request,
Exception $e)
Render an exception into an HTTP response.
Details
__construct(ExceptionHandler $exceptionHandler, Debug $debug)
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.