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
Direct known subclasses
ICanBoogie\Operation\RescueEvent
,
ICanBoogie\Routing\Dispatcher\RescueEvent
Methods summary
public
|
#
__construct(
The event is constructed with the type |
Methods inherited from ICanBoogie\Event
Magic methods summary
Properties summary
public
|
$response |
#
Reference to the response. |
public
|
$exception |
#
Reference tot the exception. |
public
|
$request |
#
The request. |