Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/abc/mod.ts>HttpException

A better Deno framework to create web application.
Go to Latest
class HttpException
extends Error
Re-export
import { HttpException } from "https://deno.land/x/abc@v0.1.10/mod.ts";

Constructors

new
HttpException(response: string | Record<string, any>, status: number)

Properties

readonly
message: any