UNPKG

@atomiqlabs/base

Version:

Base classes and interfaces for atomiq protocol

12 lines (7 loc) 233 B
export class SwapDataVerificationError extends Error { constructor(msg: string) { super(msg); // Set the prototype explicitly. Object.setPrototypeOf(this, SwapDataVerificationError.prototype); } }