StompProtocolException constructor

const StompProtocolException(
  1. String message, [
  2. Object? cause
])

Implementation

const StompProtocolException(super.message, [super.cause]);