Skip to main content
Module

x/abc/mod.ts>HttpException

A better Deno framework to create web application.
Latest
class HttpException
extends Error
import { HttpException } from "https://deno.land/x/abc@v1.3.3/mod.ts";

Constructors

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

Properties

readonly
message: any