Total Complexity | 4 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class NotFoundException extends Exception implements NotFoundExceptionInterface, FriendlyExceptionInterface |
||
13 | { |
||
14 | 3 | #[Pure] |
|
21 | } |
||
22 | |||
23 | 1 | public function getSolution(): ?string |
|
24 | { |
||
25 | 1 | return 'Check if the class exists or if the class is properly defined.'; |
|
26 | } |
||
27 | |||
28 | 1 | public function getName(): string |
|
31 | } |
||
32 | } |
||
33 |