()
| 216 | |
| 217 | export class NoKeysPassedToUpdateError extends CollectionOperationError { |
| 218 | constructor() { |
| 219 | super(`No keys were passed to update`) |
| 220 | } |
| 221 | } |
| 222 | |
| 223 | export class UpdateKeyNotFoundError extends CollectionOperationError { |
nothing calls this directly
no outgoing calls
no test coverage detected