StompServerErrorException constructor

const StompServerErrorException(
  1. String message, [
  2. String? receiptId,
  3. Map<String, String>? headers,
  4. Object? cause,
])

Implementation

const StompServerErrorException(super.message, [this.receiptId, this.headers, super.cause]);