| 144 | } |
| 145 | |
| 146 | export class UndefinedKeyError extends CollectionOperationError { |
| 147 | constructor(item: any) { |
| 148 | super( |
| 149 | `An object was created without a defined key: ${JSON.stringify(item)}`, |
nothing calls this directly
no outgoing calls
no test coverage detected