UNPKG

@runonflux/aa-schnorr-multisig-sdk

Version:

Account Abstraction Schnorr Multi-Signatures SDK

12 lines (11 loc) 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationError = void 0; class ValidationError extends Error { constructor(message, errors) { super(message); this.errors = errors; this.name = 'ValidationError'; } } exports.ValidationError = ValidationError;