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

Class

packages/core/sdk/src/errors.ts:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101// ---------------------------------------------------------------------------
102
103export class IntegrationNotFoundError extends Schema.TaggedErrorClass<IntegrationNotFoundError>()(
104 "IntegrationNotFoundError",
105 { slug: IntegrationSlug },
106) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected