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