MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/ayanami / ErrorModel2

Class ErrorModel2

test/specs/ssr.spec.tsx:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153 function generateException2() {
154 @SSRModule({ name: '1', providers: [] })
155 class ErrorModel2 extends Ayanami<any> {
156 defaultState = {}
157 }
158
159 return { ErrorModel2 }
160 }

Callers

nothing calls this directly

Calls 1

SSRModuleFunction · 0.90

Tested by

no test coverage detected