# ProxyAuthentificationRequired Class

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

# Overview

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

# Members

static readonly STATUS = 407;

name: string;