()
| 210 | |
| 211 | export class MissingUpdateArgumentError extends CollectionOperationError { |
| 212 | constructor() { |
| 213 | super(`The first argument to update is missing`) |
| 214 | } |
| 215 | } |
| 216 | |
| 217 | export class NoKeysPassedToUpdateError extends CollectionOperationError { |
nothing calls this directly
no outgoing calls
no test coverage detected