UNPKG

http-message-signatures

Version:
8 lines 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnacceptableSignatureError = void 0; const verification_error_1 = require("./verification-error"); class UnacceptableSignatureError extends verification_error_1.VerificationError { } exports.UnacceptableSignatureError = UnacceptableSignatureError; //# sourceMappingURL=unacceptable-signature-error.js.map