UNPKG

http-class

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