Skip to main content
Module

x/fresh/server.ts>ErrorHandler

The next-gen web framework.
Extremely Popular
Go to Latest
type alias ErrorHandler
Re-export
import { type ErrorHandler } from "https://deno.land/x/fresh@1.6.3/server.ts";
definition: (req: Request, ctx: FreshContext) => Response | Promise<Response>