@wireapp/cryptobox
Version:
High-level API with persistent storage for Proteus.
12 lines • 430 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidPreKeyFormatError = void 0;
class InvalidPreKeyFormatError extends Error {
constructor(message) {
super(message);
this.message = message;
Object.setPrototypeOf(this, new.target.prototype);
}
}
exports.InvalidPreKeyFormatError = InvalidPreKeyFormatError;
//# sourceMappingURL=InvalidPreKeyFormatError.js.map
;