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