1 | <?php |
||
10 | class CouldNotCreateSnapshot extends Exception |
||
11 | { |
||
12 | public static function projectorDidNotWriteAnythingToSnapshot(Projector $projector) |
||
16 | |||
17 | public static function projectorThrewExceptionDuringWritingToSnapshot(Projector $projector, Exception $exception) |
||
21 | |||
22 | public static function newEventsStoredDuringSnapshotCreation(Snapshot $snapshot, Collection $newEventsHandledByProjectorOfSnapshot) |
||
26 | } |
||
27 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.