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

Class

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

Source from the content-addressed store, hash-verified

124 * @since 4.0.0
125 */
126export class ProviderNotFoundError extends Data.TaggedError("ProviderNotFoundError")<{
127 readonly provider: string
128 readonly available: ReadonlyArray<string>
129}> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected