| 95 | } |
| 96 | |
| 97 | export class MissingKeyFieldError extends QueryCollectionError { |
| 98 | constructor(operation: string, message: string) { |
| 99 | super(`${operation} item must contain the key field: ${message}`) |
| 100 | this.name = `MissingKeyFieldError` |
nothing calls this directly
no outgoing calls
no test coverage detected