MCPcopy Create free account
hub / github.com/did-method-plc/did-method-plc /

Class

packages/lib/src/error.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18export class ImproperOperationError extends PlcError {
19 constructor(
20 public reason: string,
21 public op: unknown,
22 ) {
23 super(`Improperly formatted operation, ${reason}: ${op}`)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected