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