UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

15 lines 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PeerDecoratorException = void 0; class PeerDecoratorException extends Error { constructor(err) { super(); this._err = null; this._err = err; } get err() { return this._err; } } exports.PeerDecoratorException = PeerDecoratorException; //# sourceMappingURL=peerDecoratorException.js.map