UNPKG

@team-supercharge/nest-amqp

Version:
10 lines (9 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValidationException = void 0; class ValidationException extends Error { constructor(errors) { super(JSON.stringify(errors)); } } exports.ValidationException = ValidationException;