UNPKG

http-class

Version:
9 lines 301 B
import HttpError, { ErrorInfo } from "../HttpError"; /** * Http Error 505: HTTP Version Not Supported */ export default class HTTPVersionNotSupported extends HttpError { static CODE: number; constructor(mesg: string, info?: ErrorInfo); } //# sourceMappingURL=HTTPVersionNotSupported.d.ts.map