Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | final class NoLoaderAvailable extends BadMethodCall implements InvalidMapper |
||
17 | { |
||
18 | /** |
||
19 | * Produces an exception for when there is no loader defined for a class. |
||
20 | * |
||
21 | * @param string $class The class that is missing a loader. |
||
22 | * @return InvalidMapper The exception object. |
||
23 | */ |
||
24 | public static function whilstRequiredFor(string $class): InvalidMapper |
||
32 |