| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | final class InvalidPathElementException extends DomainException implements ExceptionInterface |
||
| 11 | { |
||
| 12 | |||
| 13 | private $pathElement; |
||
| 14 | |||
| 15 | 5 | public function __construct($pathElement, Throwable $previous = null) |
|
| 19 | 5 | } |
|
| 20 | |||
| 21 | 5 | private function buildMessage(): string |
|
| 26 | } |
||
| 27 | |||
| 28 | 1 | public function getPathElement() |
|
| 33 |