| 89 | |
| 90 | /** Tool row exists but its owning plugin isn't loaded in this executor config. */ |
| 91 | export class PluginNotLoadedError extends Schema.TaggedErrorClass<PluginNotLoadedError>()( |
| 92 | "PluginNotLoadedError", |
| 93 | { |
| 94 | address: ToolAddress, |
nothing calls this directly
no outgoing calls
no test coverage detected