| 1 | <?php |
||
| 19 | class UnexpectedValueException extends PhpUnexpectedValueException implements ExceptionInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @param array|\ArrayAccess $dimensions |
||
| 23 | * @param mixed $currentDimension Current configuration key |
||
| 24 | * @return UnexpectedValueException |
||
| 25 | */ |
||
| 26 | 1 | public static function invalidOptions($dimensions, $currentDimension = null) |
|
| 45 | } |
||
| 46 |