1 | <?php |
||
16 | class InvalidOptionException extends \RuntimeException implements ExceptionInterface |
||
17 | { |
||
18 | public function __construct(string $message, array $options = []) |
||
23 | |||
24 | private function stringifyOptions(array $options = []): string |
||
38 | |||
39 | /** |
||
40 | * @param mixed $value |
||
41 | */ |
||
42 | private function stringifyOptionValue($value): string |
||
50 | } |
||
51 |