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

Class

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

Source from the content-addressed store, hash-verified

5import { ExecutorFileConfig } from "./schema";
6
7export class ConfigParseError extends Schema.TaggedErrorClass<ConfigParseError>()(
8 "ConfigParseError",
9 {
10 path: Schema.String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected