DOOClientException constructor

DOOClientException(
  1. String cause,
  2. DOOClientExceptionType type, {
  3. dynamic data,
})

Implementation

DOOClientException(this.cause, this.type, {this.data});