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

Class

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

Source from the content-addressed store, hash-verified

82
83/** Tool row exists but its owning plugin isn't loaded in this executor config. */
84export class PluginNotLoadedError extends Schema.TaggedErrorClass<PluginNotLoadedError>()(
85 "PluginNotLoadedError",
86 {
87 address: ToolAddress,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected