UNPKG

@guarani/jose

Version:

Implementation of the RFCs of the JOSE Working Group.

11 lines (10 loc) 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JoseException = void 0; const primitives_1 = require("@guarani/primitives"); /** * Base error class for the exceptions of the JOSE implementation. */ class JoseException extends primitives_1.Exception { } exports.JoseException = JoseException;