1 | <?php |
||
8 | class InvalidEventHandler extends Exception |
||
9 | { |
||
10 | public static function cannotHandleEvents(object $eventHandler) |
||
16 | |||
17 | public static function eventHandlingMethodDoesNotExist(object $eventHandler, ShouldBeStored $event, string $methodName) |
||
24 | |||
25 | public static function doesNotExist(string $eventHandlerClass) |
||
29 | } |
||
30 |