UNPKG

337 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class ValidationError extends Error {
4 constructor(errors) {
5 super("validation failed");
6 this.errors = errors;
7 this.ajv = this.validation = true;
8 }
9}
10exports.default = ValidationError;
11//# sourceMappingURL=validation_error.js.map
\No newline at end of file