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

x/abc/http_exception.ts>BadRequestException

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

Constructors

new
BadRequestException(message?: string | Record<string, any> | any, error?)