mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
5 lines
190 B
TypeScript
5 lines
190 B
TypeScript
import { HttpException } from './http.exception';
|
|
export declare class InternalServerErrorException extends HttpException {
|
|
constructor(message?: string | object | any, error?: string);
|
|
}
|