MCPcopy Create free account
hub / github.com/subquery/subql /

Class

packages/node-core/src/api.connection.error.ts:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33export class DisconnectionError extends ApiConnectionError {
34 constructor(e: Error) {
35 super('ConnectionError', e.message, ApiErrorType.Connection);
36 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected