| Current Path : /home/deltalab/PMS/ims-connector/node_modules/table/node_modules/ajv/dist/compile/ |
| Current File : //home/deltalab/PMS/ims-connector/node_modules/table/node_modules/ajv/dist/compile/ref_error.d.ts |
import type { UriResolver } from "../types";
export default class MissingRefError extends Error {
readonly missingRef: string;
readonly missingSchema: string;
constructor(resolver: UriResolver, baseId: string, ref: string, msg?: string);
}