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