# RequestURITooLong Class

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

# Overview

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

# Members

static readonly STATUS = 414;

name: string;