Skip to main content
Module

x/dactyl/HttpException.ts>BadGatewayException

Web framework for Deno, built on top of Oak 🦇
Latest
class BadGatewayException
extends HttpException
import { BadGatewayException } from "https://deno.land/x/dactyl@v0.1.0-alpha/HttpException.ts";

Constructors

new
BadGatewayException(msg?: string)