()
| 89 | |
| 90 | export class InvalidSchemaError extends CollectionConfigurationError { |
| 91 | constructor() { |
| 92 | super(`Schema must implement the standard-schema interface`) |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | export class SchemaMustBeSynchronousError extends CollectionConfigurationError { |
nothing calls this directly
no outgoing calls
no test coverage detected