| 37 | * Includes the file path and the default configuration that should be used |
| 38 | */ |
| 39 | export class ConfigParseError extends Error { |
| 40 | filePath: string |
| 41 | defaultConfig: unknown |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected