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

Method constructor

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

Source from the content-addressed store, hash-verified

131
132export class NegativeActiveSubscribersError extends CollectionStateError {
133 constructor() {
134 super(`Active subscribers count is negative - this should never happen`)
135 }
136}
137
138// Collection Operation Errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected