import { ServeContext } from "https://dotland.deno.dev/x/oak@v17.1.2/middleware/serve.ts";
Create and throw an HTTP Error, which can be used to pass status
information which can be caught by other middleware to send more
meaningful error messages back to the client. The passed error status will
be set on the .response.status
by default as well.