Total Complexity | 2 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class XmlContentIsInvalidException extends InvalidArgumentException implements XmlSchemaValidatorException |
||
11 | { |
||
12 | private const EXCODE_NIL = 0; |
||
13 | |||
14 | 1 | private function __construct(string $message, Throwable $previous) |
|
17 | } |
||
18 | |||
19 | 1 | public static function create(Throwable $previous): self |
|
24 |