Module

x/hono/mod.ts>HTTPException

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
class HTTPException
extends Error
import { HTTPException } from "https://dotland.deno.dev/x/hono@v4.0.0-rc.1/mod.ts";

Constructors

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

Properties

readonly
optional
res: Response
readonly
status: StatusCode