UNPKG

digital-covid-certificate-lib

Version:

A library to parse and verify Digital Covid Certificates (DCC)

10 lines 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnsupportedCertificateError = void 0; class UnsupportedCertificateError extends Error { constructor(type) { super(`Certificate Type: ${type} is not supported.`); } } exports.UnsupportedCertificateError = UnsupportedCertificateError; //# sourceMappingURL=UnsupportedCertificateError.js.map