Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | final class NoSuchClass extends InvalidArgumentException implements InstantiationFailure |
||
16 | { |
||
17 | /** |
||
18 | * Creates a new exception. |
||
19 | * |
||
20 | * @param ReflectionException $exception The exception that was encountered. |
||
21 | * @return InstantiationFailure The new exception to throw. |
||
22 | */ |
||
23 | public static function encountered(ReflectionException $exception): InstantiationFailure |
||
31 |