Class RescueEvent
Event class for the Exception:rescue
event type.
Third parties may use this event to provide a response for the exception.
- ICanBoogie\Event
- ┗ ICanBoogie\Exception\RescueEvent
Methods summary
public
__construct( Exception & $target
, ICanBoogie\HTTP\Request
$request
, ICanBoogie\HTTP\Response
& $response
= null )
The event is constructed with the type rescue
.