Module

x/fresh/server.ts>ErrorHandler

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