| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/ajv/dist/compile/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/ajv/dist/compile/ref_error.d.ts |
export default class MissingRefError extends Error {
readonly missingRef: string;
readonly missingSchema: string;
constructor(baseId: string, ref: string, msg?: string);
}