| 175 | |
| 176 | /** A standard error class to thrown during assertions while validating configuration. */ |
| 177 | export class ConfigValidationError extends Error { |
| 178 | constructor( |
| 179 | message?: string, |
| 180 | public readonly errors: string[] = [], |
nothing calls this directly
no outgoing calls
no test coverage detected