Skip to main content
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://deno.land/x/abc@v1.0.3/http_exception.ts";

Constructors

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