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