| 130 | } |
| 131 | |
| 132 | export class NegativeActiveSubscribersError extends CollectionStateError { |
| 133 | constructor() { |
| 134 | super(`Active subscribers count is negative - this should never happen`) |
| 135 | } |
nothing calls this directly
no outgoing calls
no test coverage detected