1 | <?php |
||
10 | class LengthNotGreaterException extends ArgumentException |
||
11 | { |
||
12 | /** |
||
13 | * @param string $variableName |
||
14 | * @param string $variableValue |
||
15 | * @param int $length |
||
16 | * @throws InvalidIntException |
||
17 | * @throws InvalidStringException |
||
18 | */ |
||
19 | 5 | public function __construct($variableName, $variableValue, $length) |
|
38 | } |