MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/tools/ai-codegen/src/Config.ts:297–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 * @since 4.0.0
296 */
297export class ConfigNotFoundError extends Data.TaggedError("ConfigNotFoundError")<{
298 readonly provider: string
299 readonly expectedPath: string
300}> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected