| 60 | } |
| 61 | |
| 62 | export class DuplicateKeyInBatchError extends QueryCollectionError { |
| 63 | constructor(key: string | number) { |
| 64 | super(`Duplicate key '${key}' found within batch operations`) |
| 65 | this.name = `DuplicateKeyInBatchError` |
nothing calls this directly
no outgoing calls
no test coverage detected