UNPKG

@dooboostore/simple-boot-http-server

Version:

back end http server frameworks

12 lines 266 B
export declare class HttpError { name: string; message: string; stack?: string; data?: any; status: number; constructor({ status, message }: { status: number; message?: string; }); } //# sourceMappingURL=HttpError.d.ts.map