1 | <?php |
||
8 | final class InvalidEventHandler extends Exception |
||
9 | { |
||
10 | public static function eventHandlingMethodDoesNotExist(object $eventHandler, ShouldBeStored $event, string $methodName): self |
||
17 | |||
18 | public static function doesNotExist(string $eventHandlerClass) |
||
22 | |||
23 | public static function notAProjector(object $object) |
||
27 | |||
28 | public static function notAnEventHandler(object $object) |
||
32 | |||
33 | public static function notAnEventHandlingClassName(string $className) |
||
37 | } |
||
38 |