()
| 238 | |
| 239 | export class NoKeysPassedToDeleteError extends CollectionOperationError { |
| 240 | constructor() { |
| 241 | super(`No keys were passed to delete`) |
| 242 | } |
| 243 | } |
| 244 | |
| 245 | export class DeleteKeyNotFoundError extends CollectionOperationError { |
nothing calls this directly
no outgoing calls
no test coverage detected