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

Class

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

Source from the content-addressed store, hash-verified

75
76/** Tool row exists but its owning plugin isn't loaded in this executor config. */
77export class PluginNotLoadedError extends Schema.TaggedErrorClass<PluginNotLoadedError>()(
78 "PluginNotLoadedError",
79 {
80 address: ToolAddress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected