UNPKG

@guarani/jose

Version:

Implementation of the RFCs of the JOSE Working Group.

7 lines (6 loc) 190 B
import { Exception } from '@guarani/primitives'; /** * Base error class for the exceptions of the JOSE implementation. */ export declare abstract class JoseException extends Exception { }