class GoneException
extends HttpException
import { GoneException } from "https://deno.land/x/deno_nest@v3.6.2/src/exceptions.ts";
Instantiate a GoneException
Exception.
Examples
throw new GoneException()
throw new GoneException()
x/deno_nest/src/exceptions.ts>GoneException
import { GoneException } from "https://deno.land/x/deno_nest@v3.6.2/src/exceptions.ts";
Instantiate a GoneException
Exception.
throw new GoneException()