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

Class

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

Source from the content-addressed store, hash-verified

209}
210
211export class MissingUpdateArgumentError extends CollectionOperationError {
212 constructor() {
213 super(`The first argument to update is missing`)
214 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected