MaximumSubscribersReachedException constructor

MaximumSubscribersReachedException(
  1. String streamId,
  2. String groupName, {
  3. Object? cause,
})

Implementation

MaximumSubscribersReachedException(
  this.streamId,
  this.groupName, {
  this.cause,
});