ExceptionHandler
interface ExceptionHandler (View source)
Methods
bool
void
Details
void
report(Exception $e)
Report or log an exception.
bool
shouldReport(Exception $e)
Determine if the exception should be reported.
void
renderForConsole(OutputInterface $output, Exception $e)
Render an exception to the console.