| Total Complexity | 2 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | final class UnknownOptionException extends \InvalidArgumentException implements ConfigurationExceptionInterface |
||
| 19 | { |
||
| 20 | private string $path; |
||
| 21 | |||
| 22 | 12 | public function __construct(string $message, string $path, int $code = 0, ?Throwable $previous = null) |
|
| 27 | } |
||
| 28 | |||
| 29 | 3 | public function getPath(): string |
|
| 34 |