Skip to main content
Module

x/hono/middleware.ts>ErrorBoundary

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable ErrorBoundary
import { ErrorBoundary } from "https://deno.land/x/hono@v4.0.0-rc.0/middleware.ts";

type

FC<{ fallback?: Child; fallbackRender?: FallbackRender; onError?: ErrorHandler; }>