persona-community-5/.pnpm-store/v3/files/3c/e8d9d7f9ea2b8f2c19faa3e0d40bb87a7efe9cbde88e46a1ed96bb1ea1fe666adfc411c0b2233c5c0f8e4dcccd2d2e5addca76d3ecec1e5fe03bf9ef3398a6
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

11 lines
337 B
Plaintext

"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