UNPKG

http-class

Version:
9 lines 272 B
import HttpError, { ErrorInfo } from "../HttpError"; /** * Http Error 504: Gateway Timeout */ export default class GatewayTimeout extends HttpError { static CODE: number; constructor(mesg: string, info?: ErrorInfo); } //# sourceMappingURL=GatewayTimeout.d.ts.map