"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AsnSchemaValidationError = void 0; class AsnSchemaValidationError extends Error { schemas = []; } exports.AsnSchemaValidationError = AsnSchemaValidationError;