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