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