| 39 | * (not an own property), so encoding/serialization is unaffected. */ |
| 40 | |
| 41 | export class ToolNotFoundError extends Schema.TaggedErrorClass<ToolNotFoundError>()( |
| 42 | "ToolNotFoundError", |
| 43 | { |
| 44 | address: ToolAddress, |
nothing calls this directly
no outgoing calls
no test coverage detected