UNPKG

ottoman

Version:
8 lines 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationError = void 0; const ottoman_errors_1 = require("../../exceptions/ottoman-errors"); class ValidationError extends ottoman_errors_1.OttomanError { } exports.ValidationError = ValidationError; //# sourceMappingURL=validation-error.js.map