| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | final class InvalidPathElementException extends DomainException implements ExceptionInterface |
||
| 13 | { |
||
| 14 | |||
| 15 | private $pathElement; |
||
| 16 | |||
| 17 | 5 | public function __construct($pathElement, Throwable $previous = null) |
|
| 21 | 5 | } |
|
| 22 | |||
| 23 | 5 | private function buildMessage(): string |
|
| 28 | } |
||
| 29 | |||
| 30 | 1 | public function getPathElement() |
|
| 35 |