Skip to main content
Module

x/hono/mod.ts>HTTPException

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
class HTTPException
extends Error
import { HTTPException } from "https://deno.land/x/hono@v3.5.5/mod.ts";

Constructors

new
HTTPException(status?: StatusCode, options?: HTTPExceptionOptions)

Properties

readonly
optional
res: Response
readonly
status: StatusCode