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