StompTimeoutException constructor

const StompTimeoutException(
  1. String message,
  2. Duration timeout, [
  3. Object? cause
])

Implementation

const StompTimeoutException(super.message, this.timeout, [super.cause]);