Event class for the ICanBoogie\Operation::rescue event.
ICanBoogie\Operation::rescue
public __construct( ICanBoogie\Operation $target, ICanBoogie\Operation\Exception & $exception, ICanBoogie\HTTP\Request $request, ICanBoogie\Operation\Response|null & $response )
ICanBoogie\Operation
$target
ICanBoogie\Operation\Exception
& $exception
$request
ICanBoogie\Operation\Response
& $response
The event is constructed with the type rescue.
rescue
$exception
$response
public $exception : Exception
Reference to the exception that made the operation fail.
public $request : ICanBoogie\HTTP\Request
The request.
public $response : ICanBoogie\Operation\Response
Reference to the rescue response.