UNPKG

@mvx/mvc

Version:

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

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