import { errors } from "https://deno.land/x/jose@v4.13.0/index.ts";
const { JOSEError } = errors;
A generic Error subclass that all other specific JOSE Error subclasses inherit from.
import { errors } from "https://deno.land/x/jose@v4.13.0/index.ts";
const { JOSEError } = errors;
A generic Error subclass that all other specific JOSE Error subclasses inherit from.