MCPcopy Create free account
hub / github.com/TanStack/db / constructor

Method constructor

packages/db/src/errors.ts:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95
96export class SchemaMustBeSynchronousError extends CollectionConfigurationError {
97 constructor() {
98 super(`Schema validation must be synchronous`)
99 }
100}
101
102// Collection State Errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected