| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | public static function couldNotUnserializeEvent(StoredEvent $storedEvent, Exception $serializerException): self |
||
| 11 | { |
||
| 12 | return new static("Failed to unserialize an event with class `{$storedEvent->event_class}` on stored event with id `{$storedEvent->id}`. Are you sure that event class exists? ", 0, $serializerException); |
||
| 13 | } |
||
| 14 | } |
||
| 15 |