import { HttpError } from "https://dotland.deno.dev/std@0.181.0/http/mod.ts";
The base class that all derivative HTTP extend, providing a status
and an
expose
property.
Constructors
new
HttpError(message?, options?: HttpErrorOptions)import { HttpError } from "https://dotland.deno.dev/std@0.181.0/http/mod.ts";
The base class that all derivative HTTP extend, providing a status
and an
expose
property.