UNPKG

nestjs-mapped-exception

Version:
6 lines 269 B
import { MappedExceptionItem } from './types/mapped-exceptions-item.class'; export declare class MappedExceptionError { exception: MappedExceptionItem; constructor(exceptionItem: MappedExceptionItem); } //# sourceMappingURL=mapped-exception-error.class.d.ts.map