MessageProcessingException constructor

const MessageProcessingException(
  1. String message, [
  2. Object? cause,
  3. String? command
])

Implementation

const MessageProcessingException(super.message, [super.cause, this.command]);