Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { Gone } from "@tsed/exceptions";
See /packages/specs/exceptions/src/clientErrors/Gone.ts.
class Gone extends ClientException { static readonly STATUS = 410; constructor(message: string, origin?: Error | string | any); }
static readonly STATUS = 410;