Skip to main content
Module

x/hono/mod.ts>HTTPException

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
class HTTPException
extends Error
import { HTTPException } from "https://deno.land/x/hono@v3.7.3/mod.ts";

Constructors

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

Properties

readonly
optional
res: Response
readonly
status: StatusCode