()
| 83 | |
| 84 | export class CollectionRequiresSyncConfigError extends CollectionConfigurationError { |
| 85 | constructor() { |
| 86 | super(`Collection requires a sync config`) |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | export class InvalidSchemaError extends CollectionConfigurationError { |
nothing calls this directly
no outgoing calls
no test coverage detected