| 30 | } |
| 31 | |
| 32 | export class GetKeyRequiredError extends QueryCollectionError { |
| 33 | constructor() { |
| 34 | super(`[QueryCollection] getKey must be provided.`) |
| 35 | this.name = `GetKeyRequiredError` |
nothing calls this directly
no outgoing calls
no test coverage detected