| 95 | |
| 96 | /** Tool was found but its owning plugin has no `invokeTool` handler. */ |
| 97 | export class NoHandlerError extends Schema.TaggedErrorClass<NoHandlerError>()("NoHandlerError", { |
| 98 | address: ToolAddress, |
| 99 | pluginId: Schema.String, |
| 100 | }) { |
nothing calls this directly
no outgoing calls
no test coverage detected