UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

9 lines 278 B
export class EncryptionError extends Error { constructor(message) { super(message); if (Error.captureStackTrace) Error.captureStackTrace(this, EncryptionError); this.name = this.constructor.name; } } //# sourceMappingURL=errors.js.map