Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 90% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
21 | class UnexpectedValueException extends PhpUnexpectedValueException implements ExceptionInterface |
||
22 | { |
||
23 | /** |
||
24 | * @param iterable $dimensions |
||
25 | * @param mixed $currentDimension Current configuration key |
||
26 | * @return UnexpectedValueException |
||
27 | */ |
||
28 | 1 | public static function invalidOptions(iterable $dimensions, $currentDimension = null) : self |
|
48 |