Skip to main content
Module

x/abc/http_exception.ts>UnsupportedMediaTypeException

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

Constructors

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