| 5 | import type { IntegrationConfig, ExecutorFileConfig } from "./schema"; |
| 6 | |
| 7 | export class ConfigWriteError { |
| 8 | readonly _tag = "ConfigWriteError"; |
| 9 | constructor( |
| 10 | readonly path: string, |
nothing calls this directly
no outgoing calls
no test coverage detected