class
ExceptionHandler implements
ExceptionHandler
Methods
render(
Request $request,
Exception $e)
Render an exception into an HTTP response.
Details
__construct(LoggerInterface $logger)
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.
Determine if the exception should be reported.