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

Method constructor

packages/db/src/errors.ts:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216
217export class NoKeysPassedToUpdateError extends CollectionOperationError {
218 constructor() {
219 super(`No keys were passed to update`)
220 }
221}
222
223export class UpdateKeyNotFoundError extends CollectionOperationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected