UNPKG

http-class

Version:
9 lines 258 B
import HttpError, { ErrorInfo } from "../HttpError"; /** * Http Error 418: Im a teapot */ export default class Imateapot extends HttpError { static CODE: number; constructor(mesg: string, info?: ErrorInfo); } //# sourceMappingURL=Imateapot.d.ts.map