UNPKG

@atomiqlabs/base

Version:

Base classes and interfaces for atomiq protocol

12 lines (11 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SwapDataVerificationError = void 0; class SwapDataVerificationError extends Error { constructor(msg) { super(msg); // Set the prototype explicitly. Object.setPrototypeOf(this, SwapDataVerificationError.prototype); } } exports.SwapDataVerificationError = SwapDataVerificationError;