| 161 | } |
| 162 | |
| 163 | export class DuplicateKeyError extends CollectionOperationError { |
| 164 | constructor(key: string | number) { |
| 165 | super( |
| 166 | `Cannot insert document with ID "${key}" because it already exists in the collection`, |
nothing calls this directly
no outgoing calls
no test coverage detected