function notFound
Since 0.1.0
notFound(message: string): HttpError

Creates a 404 Not Found error.

Parameters

message: string

Human-readable error message

Return Type

Usage

import { notFound } from "exceptions/src/index.ts";