Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deco/mod.ts>HttpError

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
class HttpError
extends Error
import { HttpError } from "https://deno.land/x/deco@1.72.0/mod.ts";

Escape hatch to allow throwing an http error

Constructors

new
HttpError(resp: Response)

Properties

status: number