| 46 | * (not an own property), so encoding/serialization is unaffected. */ |
| 47 | |
| 48 | export class ToolNotFoundError extends Schema.TaggedErrorClass<ToolNotFoundError>()( |
| 49 | "ToolNotFoundError", |
| 50 | { |
| 51 | address: ToolAddress, |
nothing calls this directly
no outgoing calls
no test coverage detected