StompFrameSizeException constructor

const StompFrameSizeException(
  1. String message,
  2. int actualSize,
  3. int maxSize, [
  4. Object? cause,
])

Implementation

const StompFrameSizeException(super.message, this.actualSize, this.maxSize, [super.cause]);