UNPKG

@atomiqlabs/base

Version:

Base classes and interfaces for atomiq protocol

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