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