UNPKG

http-class

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