StompSubscriptionException constructor

const StompSubscriptionException(
  1. String message, [
  2. String? subscriptionId,
  3. Object? cause
])

Implementation

const StompSubscriptionException(super.message,
    [this.subscriptionId, super.cause]);