Skip to main content
Module

x/hono/mod.ts>ErrorHandler

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias ErrorHandler
import { type ErrorHandler } from "https://deno.land/x/hono@v3.5.2/mod.ts";

Type Parameters

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