1 | <?php |
||
10 | class InvalidNotSameValueException extends ArgumentException |
||
11 | { |
||
12 | /** |
||
13 | * @param string $variableName |
||
14 | * @param int|float|bool|resource|array $variableValue |
||
15 | * @throws InvalidNotEmptyException |
||
16 | * @throws InvalidNotIntException |
||
17 | * @throws InvalidNotStringException |
||
18 | * @throws InvalidStringException |
||
19 | */ |
||
20 | 4 | public function __construct($variableName, $variableValue) |
|
34 | } |
||
35 |