UNPKG

encrypted-fetcher

Version:
7 lines 253 B
export declare class HttpError extends Error { readonly method: string; readonly path: string; readonly status: number; constructor(method: string, path: string, status: number, message: string); } //# sourceMappingURL=HttpError.d.ts.map