UNPKG

http-class

Version:
9 lines 276 B
import HttpError, { ErrorInfo } from "../HttpError"; /** * Http Error 429: Too Many Requests */ export default class TooManyRequests extends HttpError { static CODE: number; constructor(mesg: string, info?: ErrorInfo); } //# sourceMappingURL=TooManyRequests.d.ts.map