MCPcopy Create free account
hub / github.com/TanStack/db /

Class

packages/db/src/errors.ts:286–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285// Transaction Errors
286export class TransactionError extends TanStackDBError {
287 constructor(message: string) {
288 super(message)
289 this.name = `TransactionError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected