UNPKG

http-class

Version:
9 lines 291 B
import HttpError, { ErrorInfo } from "../HttpError"; /** * Http Error 415: Unsupported Media Type */ export default class UnsupportedMediaType extends HttpError { static CODE: number; constructor(mesg: string, info?: ErrorInfo); } //# sourceMappingURL=UnsupportedMediaType.d.ts.map