| 1 | <?php |
||
| 10 | class ArrayKeyNotExistsException extends ArgumentException |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param string $variableName |
||
| 14 | * @param string $key |
||
| 15 | * @throws InvalidIntOrStringException |
||
| 16 | * @throws InvalidNotEmptyException |
||
| 17 | * @throws InvalidStringException |
||
| 18 | */ |
||
| 19 | 4 | public function __construct($variableName, $key) |
|
| 35 | } |
||
| 36 |