UNPKG

@rafikidota/eidolon

Version:

Sometimes, the best way to solve your own problems is to help someone else.

6 lines (5 loc) 191 B
import { HttpException } from '@nestjs/common'; export declare class ExceptionMapper { static handle<T extends HttpException = HttpException>(error: T): void; private static check; }