http-class
Version:
http class for response codes
9 lines • 312 B
TypeScript
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