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

Class

packages/db/src/errors.ts:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90export class InvalidSchemaError extends CollectionConfigurationError {
91 constructor() {
92 super(`Schema must implement the standard-schema interface`)
93 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected