Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/
Class
packages/solid-query/src/__tests__/useQueries.test-d.tsx:198–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
197
it(
'should infer custom TError from throwOnError'
, () => {
198
class CustomError extends Error {
199
code: number
200
constructor(code: number) {
201
super()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected