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

Class

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

Source from the content-addressed store, hash-verified

130}
131
132export class NegativeActiveSubscribersError extends CollectionStateError {
133 constructor() {
134 super(`Active subscribers count is negative - this should never happen`)
135 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected