| 67 | } |
| 68 | |
| 69 | export class UpdateOperationItemNotFoundError extends QueryCollectionError { |
| 70 | constructor(key: string | number) { |
| 71 | super(`Update operation: Item with key '${key}' does not exist`) |
| 72 | this.name = `UpdateOperationItemNotFoundError` |
nothing calls this directly
no outgoing calls
no test coverage detected