ICanBoogie
  • Documentation
  • API Reference
  • Operation master
Namespaces
  • ICanBoogie
    • Operation
      • Dispatcher
Classes
  • BeforeControlEvent
  • BeforeProcessEvent
  • BeforeValidateEvent
  • ControlEvent
  • Dispatcher
  • FailureEvent
  • GetFormEvent
  • PingOperation
  • ProcessEvent
  • RescueEvent
  • Response
  • ValidateEvent
Interfaces
  • Exception
Traits
  • ControlEventTrait
  • ValidateEventTrait
Exceptions
  • Failure
  • FormHasExpired
  • FormNotFound

Class RescueEvent

Event class for the ICanBoogie\Operation::rescue event.

ICanBoogie\Event
┗ ICanBoogie\Operation\RescueEvent
Namespace: ICanBoogie\Operation
Located at RescueEvent.php

Methods summary

public __construct( ICanBoogie\Operation $target, ICanBoogie\Operation\Exception & $exception, ICanBoogie\HTTP\Request $request, ICanBoogie\Operation\Response|null & $response )

The event is constructed with the type rescue.

The event is constructed with the type rescue.

Parameters

$target
$exception
$request
$response

Properties summary

public $exception : Exception

Reference to the exception that made the operation fail.

Reference to the exception that made the operation fail.


		
public $request : ICanBoogie\HTTP\Request

The request.

The request.


		
public $response : ICanBoogie\Operation\Response

Reference to the rescue response.

Reference to the rescue response.


		
Operation master – Check on GitHub – API documentation generated by ApiGen