UNPKG

@kerthin/domain

Version:
12 lines 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationArrayException = void 0; const _1 = require("./"); class ValidationArrayException extends _1.Exception { constructor(message, exceptions) { super(message); this.exceptions = exceptions; } } exports.ValidationArrayException = ValidationArrayException; //# sourceMappingURL=validation-array.exception.js.map