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