Class RescueEvent
Event class for the ICanBoogie\Routing\Dispatcher::rescue
event.
Third parties may use this event to _rescue_ an exception by providing a suitable response. Third parties may also use this event to replace the exception to rethrow.
- ICanBoogie\Event
- ICanBoogie\Exception\RescueEvent
- ICanBoogie\Routing\Dispatcher\RescueEvent
Methods summary
public
|
#
__construct(
Initializes the |
Methods inherited from ICanBoogie\Event
Magic methods summary
Properties summary
public
|
$route |
#
Route to rescue. |
Properties inherited from ICanBoogie\Exception\RescueEvent
$exception
,
$request
,
$response