Skip to main content
Module

x/airbag/mod.ts>NotAcceptableError

A simple solution to error handling in oak
Latest
class NotAcceptableError
extends HttpError
import { NotAcceptableError } from "https://deno.land/x/airbag@0.4/mod.ts";

Constructors

new
NotAcceptableError(message?: string, options?: ErrorOptions)