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