@unvision/jose
Version:
Implementation of the RFCs of the JOSE Working Group.
11 lines • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.JoseException = void 0;
const primitives_1 = require("@unvision/primitives");
/**
* Base JOSE exception.
*/
class JoseException extends primitives_1.Exception {
}
exports.JoseException = JoseException;
//# sourceMappingURL=jose.exception.js.map