type alias ErrorHandlerimport { type ErrorHandler } from "https://deno.land/x/hono@v3.1.4/mod.ts"; Type ParametersoptionalE extends Env = anydefinition: (err: Error, c: Context<E>) => Response