SolevatoClientException constructor

SolevatoClientException(
  1. String cause,
  2. SolevatoClientExceptionType type, {
  3. dynamic data,
})

Implementation

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