MqttIncompleteMessageException constructor

MqttIncompleteMessageException(
  1. String text
)

Construct

Implementation

MqttIncompleteMessageException(String text) {
  _message = 'mqtt-client::IncompleteMessageException: $text';
}