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

Method constructor

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

Source from the content-addressed store, hash-verified

238
239export class NoKeysPassedToDeleteError extends CollectionOperationError {
240 constructor() {
241 super(`No keys were passed to delete`)
242 }
243}
244
245export class DeleteKeyNotFoundError extends CollectionOperationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected