Class FailureEvent
Event class for the ICanBoogie\Operation::failure
event.
- ICanBoogie\Event
- ICanBoogie\Operation\FailureEvent
Methods summary
public
|
#
__construct(
The event is constructed with the type |
public
mixed
|
Methods inherited from ICanBoogie\Event
Magic methods summary
Constants summary
string |
TYPE_CONTROL
|
'control' |
#
The failure occured during |
string |
TYPE_VALIDATE
|
'validate' |
#
The failure occured during |
Properties summary
public
string
|
$type |
#
Type of failure, either |
public
|
$request |
#
The request that triggered the operation. |