# VariantAlsoNegotiates Class

Module
import { VariantAlsoNegotiates } from "@tsed/exceptions"
Source/packages/exceptions/src/serverErrors/VariantAlsoNegotiates.ts

# Overview

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

# Members

static readonly STATUS = 506;

name: string;