# Gone Class

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

# Overview

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

# Members

static readonly STATUS = 410;

name: string;