UNPKG

197 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.ValidationError = void 0;
7
8class ValidationError extends Error {}
9
10exports.ValidationError = ValidationError;
\No newline at end of file