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