| 12 | } |
| 13 | |
| 14 | export class PollTimeoutError extends AgentRPCError { |
| 15 | constructor(message: string, meta?: { [key: string]: unknown }) { |
| 16 | super(message, meta); |
| 17 | this.name = "PollTimeoutError"; |
nothing calls this directly
no outgoing calls
no test coverage detected