import { HTTPError } from "https://dotland.deno.dev/x/drash@v3.0.0-beta.2/src/core/errors/HTTPError.ts";
Base class for all HTTP errors in Drash. Use this class to throw uniform HTTP errors.
Constructors
new
HTTPError(status: ResponseStatus, message?: string)