ExceptionHandlerInterface
interface ExceptionHandlerInterface (View source)
Contract for an exception handler
Methods
void
handleException(object $exception)
Handles the given exception
void
setOptions(array $options)
Sets options of this exception handler
Details
void
handleException(object $exception)
Handles the given exception
void
setOptions(array $options)
Sets options of this exception handler