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

Class

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

Source from the content-addressed store, hash-verified

291}
292
293export class MissingMutationFunctionError extends TransactionError {
294 constructor() {
295 super(`mutationFn is required when creating a transaction`)
296 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected