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

Method constructor

packages/lib/src/error.ts:27–31  ·  view source on GitHub ↗
(public timeLapsed: number)

Source from the content-addressed store, hash-verified

25}
26
27export class MisorderedOperationError extends PlcError {
28 constructor() {
29 super('Operations not correctly ordered')
30 }
31}
32
33export class LateRecoveryError extends PlcError {
34 constructor(public timeLapsed: number) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected