MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk /

Class

node/src/errors.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 readonly details?: unknown,
11 ) {
12 super(message);
13 this.name = new.target.name;
14 this.retryable = retryable;
15 Object.setPrototypeOf(this, new.target.prototype);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected