StompDestinationException constructor

const StompDestinationException(
  1. String message, [
  2. String? destination,
  3. Object? cause
])

Implementation

const StompDestinationException(super.message, [this.destination, super.cause]);