NotFound class is used to standardize the structure of a "Not Found" error response.ts
import { NotFound } from "@arkyn/server";
string): A descriptive message explaining why the resource was not found.any, optional): Additional information about the cause of the error.toResponse()NotFound instance into a Response object with a JSON body.ResponsetoJson()NotFound instance into a Response object using the Response.json method.Response