UNPKG

http-class

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