# RequestEntityTooLarge Class

Module
import { RequestEntityTooLarge } from "@tsed/exceptions"
Source/packages/exceptions/src/clientErrors/RequestEntityTooLarge.ts

# Overview

class RequestEntityTooLarge extends Exception {
    static readonly STATUS = 413;
    name: string;
    constructor(message: string, origin?: Error | string | any);
}

# Members

static readonly STATUS = 413;

name: string;