UNPKG

awesome-rtk

Version:
6 lines (5 loc) 185 B
import { InfraError } from './InfraError'; export declare class HttpError extends InfraError { readonly statusCode: number; constructor(message: string, statusCode?: number); }