Skip to main content
Module

x/hono/types.ts>ErrorHandler

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias ErrorHandler
import { type ErrorHandler } from "https://deno.land/x/hono@v4.2.7/types.ts";

Type Parameters

optional
E extends Env = any
definition: (err: Error, c: Context<E>) => Response | Promise<Response>