Urara-Blog/node_modules/.pnpm-store/v3/files/3c/e8d9d7f9ea2b8f2c19faa3e0d40bb87a7efe9cbde88e46a1ed96bb1ea1fe666adfc411c0b2233c5c0f8e4dcccd2d2e5addca76d3ecec1e5fe03bf9ef3398a6
2022-08-14 01:14:53 +08:00

11 lines
No EOL
337 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class ValidationError extends Error {
constructor(errors) {
super("validation failed");
this.errors = errors;
this.ajv = this.validation = true;
}
}
exports.default = ValidationError;
//# sourceMappingURL=validation_error.js.map