nestjs-mapped-exception
Version:
Mapped Exceptions for NestJS
10 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MappedExceptionError = void 0;
class MappedExceptionError {
constructor(exceptionItem) {
this.exception = exceptionItem;
}
}
exports.MappedExceptionError = MappedExceptionError;
//# sourceMappingURL=mapped-exception-error.class.js.map