| 88 | |
| 89 | /** Tool was found but its owning plugin has no `invokeTool` handler. */ |
| 90 | export class NoHandlerError extends Schema.TaggedErrorClass<NoHandlerError>()("NoHandlerError", { |
| 91 | address: ToolAddress, |
| 92 | pluginId: Schema.String, |
| 93 | }) { |
nothing calls this directly
no outgoing calls
no test coverage detected