UNPKG

@jrosadob/ms-custom

Version:

ms-custom

5 lines (4 loc) 158 B
import { HttpException } from '@nestjs/common'; export declare class InternalServerErrorException extends HttpException { constructor(message: string); }