UNPKG

@gabliam/web-core

Version:
5 lines (4 loc) 222 B
import { HttpException } from './http-exception'; export declare class InternalServerErrorException extends HttpException { constructor(message?: string | object | any, error?: string | undefined, otherFields?: {}); }