mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
3 lines
210 B
TypeScript
3 lines
210 B
TypeScript
import { PayloadTooLargeException, BadRequestException } from './../../exceptions';
|
|
export declare function transformException(error: Error | undefined): Error | BadRequestException | PayloadTooLargeException;
|