.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / runtime / validation_error.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 class ValidationError extends Error {
4     constructor(errors) {
5         super("validation failed");
6         this.errors = errors;
7         this.ajv = this.validation = true;
8     }
9 }
10 exports.default = ValidationError;
11 //# sourceMappingURL=validation_error.js.map