Module

x/abc/http_exception.ts>UnprocessableEntityException

A better Deno framework to create web application.
Go to Latest
class UnprocessableEntityException
extends HttpException
import { UnprocessableEntityException } from "https://dotland.deno.dev/x/abc@v1.0.0-rc8/http_exception.ts";

Constructors

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