Module

x/abc/http_exception.ts>RequestEntityTooLargeException

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

Constructors

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