import { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { createHttpError } = oak;
Create an instance of an HttpError based on the status code provided.
import { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { createHttpError } = oak;
Create an instance of an HttpError based on the status code provided.