UNPKG

@peculiar/asn1-schema

Version:
11 lines (10 loc) 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AsnSchemaValidationError = void 0; class AsnSchemaValidationError extends Error { constructor() { super(...arguments); this.schemas = []; } } exports.AsnSchemaValidationError = AsnSchemaValidationError;