()
| 95 | |
| 96 | export class SchemaMustBeSynchronousError extends CollectionConfigurationError { |
| 97 | constructor() { |
| 98 | super(`Schema validation must be synchronous`) |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | // Collection State Errors |
nothing calls this directly
no outgoing calls
no test coverage detected