| 5 | import { ExecutorFileConfig } from "./schema"; |
| 6 | |
| 7 | export class ConfigParseError extends Schema.TaggedErrorClass<ConfigParseError>()( |
| 8 | "ConfigParseError", |
| 9 | { |
| 10 | path: Schema.String, |
nothing calls this directly
no outgoing calls
no test coverage detected