BrokerErrorException constructor

BrokerErrorException(
  1. String errorType,
  2. String message
)

Implementation

BrokerErrorException(
    this.errorType,
    this.message,
    );