Module

x/abc/mod.ts>NotFoundException

A better Deno framework to create web application.
Latest
class NotFoundException
extends HttpException
import { NotFoundException } from "https://dotland.deno.dev/x/abc@v1.3.3/mod.ts";

Constructors

new
NotFoundException(message?: string | Record<string, any> | any, error?)