| 102 | |
| 103 | /** Tool was found but its owning plugin has no `invokeTool` handler. */ |
| 104 | export class NoHandlerError extends Schema.TaggedErrorClass<NoHandlerError>()("NoHandlerError", { |
| 105 | address: ToolAddress, |
| 106 | pluginId: Schema.String, |
| 107 | }) { |
nothing calls this directly
no outgoing calls
no test coverage detected