(errors: Partial<ErrorObject>[])
| 6 | readonly validation: true |
| 7 | |
| 8 | constructor(errors: Partial<ErrorObject>[]) { |
| 9 | super("validation failed") |
| 10 | this.errors = errors |
| 11 | this.ajv = this.validation = true |
| 12 | } |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected