Skip to main content
Module

x/nhttp/lib/deps.ts>HttpError

An Simple web-framework for Deno and Friends.
Go to Latest
class HttpError
extends Error
import { HttpError } from "https://deno.land/x/nhttp@1.3.9/lib/deps.ts";

Genarete error message from class HttpError.

Examples

throw new HttpError(status?: number, message?: string, name?: string);

Constructors

new
HttpError(
status?: number,
message?: TRet,
name?: string,
)

Properties

status: number