()
| 77 | |
| 78 | export class CollectionRequiresConfigError extends CollectionConfigurationError { |
| 79 | constructor() { |
| 80 | super(`Collection requires a config`) |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | export class CollectionRequiresSyncConfigError extends CollectionConfigurationError { |
nothing calls this directly
no outgoing calls
no test coverage detected