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

Class

packages/query-db-collection/src/errors.ts:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76export class DeleteOperationItemNotFoundError extends QueryCollectionError {
77 constructor(key: string | number) {
78 super(`Delete operation: Item with key '${key}' does not exist`)
79 this.name = `DeleteOperationItemNotFoundError`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected