Skip to main content
Module

x/danet/mod.ts>HttpException

The most mature backend framework for Deno
Go to Latest
class HttpException
extends Error
import { HttpException } from "https://deno.land/x/danet@1.8.0/mod.ts";

Constructors

new
HttpException(status: number, description: string)