UNPKG

@halsp/http

Version:

支持 Halsp HTTP 请求

6 lines (5 loc) 221 B
import { ExceptionMessage } from "@halsp/core"; import { HttpException } from "./http-exception"; export declare class RequestTimeoutException extends HttpException { constructor(error?: string | ExceptionMessage); }