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