| Total Complexity | 2 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class UnableToReconstituteAggregateRoot extends RuntimeException implements EventSauceException |
||
| 11 | { |
||
| 12 | public static function becauseOf(string $reason, Throwable $previous = null): UnableToReconstituteAggregateRoot |
||
| 16 | ); |
||
| 17 | } |
||
| 18 | |||
| 19 | public static function becauseItHasNoHistory(): UnableToReconstituteAggregateRoot |
||
| 24 |