Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/
Class
packages/db/src/errors.ts:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Root error class for all TanStack DB errors
2
export
class
TanStackDBError extends Error {
3
constructor(message: string) {
4
super(message)
5
this.name = `TanStackDBError`
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected