StompFrameException constructor

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

Implementation

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