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