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