()
| 125 | |
| 126 | export class CollectionIsInErrorStateError extends CollectionStateError { |
| 127 | constructor() { |
| 128 | super(`Collection is in error state`) |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | export class NegativeActiveSubscribersError extends CollectionStateError { |
nothing calls this directly
no outgoing calls
no test coverage detected