Skip to main content
Module

x/alosaur/mod.ts>NotAcceptableError

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
class NotAcceptableError
extends HttpError
import { NotAcceptableError } from "https://deno.land/x/alosaur@v0.37.0/mod.ts";

Exception for 406 HTTP error.

Constructors

new
NotAcceptableError(message?: string)

Properties

name: string