UNPKG

@halsp/http

Version:

支持 Halsp HTTP 请求

12 lines 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GatewayTimeoutException = void 0; const http_status_codes_1 = require("http-status-codes"); const http_exception_1 = require("./http-exception.cjs"); class GatewayTimeoutException extends http_exception_1.HttpException { constructor(error) { super(http_status_codes_1.StatusCodes.GATEWAY_TIMEOUT, error); } } exports.GatewayTimeoutException = GatewayTimeoutException; //# sourceMappingURL=gateway-timeout-exception.js.map