Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
export function Error404() {
67
return Error(404);
68
}
69
70
export function Error500() {
71
return Error(500);
Callers
nothing calls this directly
Calls
1
Error
Function · 0.70
Tested by
no test coverage detected