UNPKG

@yamamotok/dataobject

Version:

Decorator based JSON serializer and deserializer.

12 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationError = void 0; const CustomError_1 = require("./CustomError"); class ValidationError extends CustomError_1.CustomError { constructor(message, causes) { super(message); this.causes = causes; } } exports.ValidationError = ValidationError; //# sourceMappingURL=ValidationError.js.map