UNPKG

http-class

Version:
9 lines 312 B
import HttpError, { ErrorInfo } from "../HttpError"; /** * Http Error 407: Proxy Authentication Required */ export default class ProxyAuthenticationRequired extends HttpError { static CODE: number; constructor(mesg: string, info?: ErrorInfo); } //# sourceMappingURL=ProxyAuthenticationRequired.d.ts.map