c.json({
message: "The route/endpoint you are looking for does not exist. It may have been removed or moved to a different location.",
type: "Not Found",
types: ["Not Found", "Error"],
status: 404,
cause: { ...recurse for nested any exceptions... }
})
c.json({
message: "The route/endpoint you are looking for does not exist. It may have been removed or moved to a different location.",
type: "Not Found",
types: ["Not Found", "Error"],
status: 404,
cause: { ...recurse for nested any exceptions... }
})