UNPKG

nestjs-mapped-exception

Version:
10 lines 335 B
"use strict"; 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