Total Complexity | 4 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | final class NotInstantiableClassException extends Exception implements ContainerExceptionInterface, FriendlyExceptionInterface |
||
14 | { |
||
15 | 3 | #[Pure] |
|
26 | } |
||
27 | |||
28 | 1 | public function getSolution(): ?string |
|
29 | { |
||
30 | 1 | return 'Make sure that the class is instantiable and implements ' . RepositoryInterface::class; |
|
31 | } |
||
32 | |||
33 | 1 | public function getName(): string |
|
36 | } |
||
37 | } |
||
38 |