1 | <?php |
||
14 | class ReportsTransitionFailures extends InvokableListener |
||
15 | { |
||
16 | /** |
||
17 | * Throws an exception with details on the failed transition |
||
18 | * |
||
19 | * @param Event $event |
||
20 | * @param Stateful $object |
||
21 | * @param Context $context |
||
22 | * @param Input $input |
||
23 | * @param State $nextState |
||
24 | */ |
||
25 | 1 | final public function __invoke(Event $event, Stateful $object, Context $context, Input $input, State $nextState) |
|
29 | } |
||
30 |