Skip to main content
Module

x/abc/http_exception.ts>NotAcceptableException

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

Constructors

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