UNPKG

@test-org122/hypernet-core

Version:

Hypernet Core. Represents the SDK for running the Hypernet Protocol.

11 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThreeBoxError = void 0; class ThreeBoxError extends Error { constructor(sourceError, message) { super(message); this.sourceError = sourceError; } } exports.ThreeBoxError = ThreeBoxError; //# sourceMappingURL=ThreeBoxError.js.map