UNPKG

@mvx/mvc

Version:

@mvx/mvc is mvc framework on server, base on koa, @tsdi frameworks

13 lines (12 loc) 266 B
import { HttpError } from './HttpError'; /** * internal server error. * * @export * @class InternalServerError * @extends {HttpError} */ export declare class InternalServerError extends HttpError { constructor(message?: string); static ρAnn(): any; }