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