UNPKG

http-class

Version:
9 lines 288 B
import HttpError, { ErrorInfo } from "../HttpError"; /** * Http Error 500: Internal Server Error */ export default class InternalServerError extends HttpError { static CODE: number; constructor(mesg: string, info?: ErrorInfo); } //# sourceMappingURL=InternalServerError.d.ts.map