MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/config/src/write.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import type { IntegrationConfig, ExecutorFileConfig } from "./schema";
6
7export class ConfigWriteError {
8 readonly _tag = "ConfigWriteError";
9 constructor(
10 readonly path: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected