MCPcopy Create free account
hub / github.com/agentrpc/agentrpc /

Class

sdk-node/src/errors.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export class PollTimeoutError extends AgentRPCError {
15 constructor(message: string, meta?: { [key: string]: unknown }) {
16 super(message, meta);
17 this.name = "PollTimeoutError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected