MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / Error404

Function Error404

apps/web/ui/Error/index.tsx:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66export function Error404() {
67 return Error(404);
68}
69
70export function Error500() {
71 return Error(500);

Callers

nothing calls this directly

Calls 1

ErrorFunction · 0.70

Tested by

no test coverage detected