Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeetCode-OpenSource/ayanami
/ ErrorModel
Class
ErrorModel
test/specs/ssr.spec.tsx:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
function generateException() {
121
// @ts-ignore
122
@SSRModule()
123
class ErrorModel extends Ayanami<any> {
124
defaultState = {}
125
}
126
127
return ErrorModel
128
}
Callers
nothing calls this directly
Calls
1
SSRModule
Function · 0.90
Tested by
no test coverage detected