NotImplemented class is used to standardize the structure of a "Not Implemented" error response.ts
import { NotImplemented } from "@arkyn/server";
string): A descriptive message explaining why the functionality is not implemented.any, optional): Additional information about the cause of the error.toResponse()NotImplemented instance into a Response object with a JSON body.Response