InvalidHeaderException constructor

InvalidHeaderException(
  1. String text
)

Construct

Implementation

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