RuutClientException constructor

RuutClientException(
  1. String cause,
  2. RuutClientExceptionType type, {
  3. dynamic data,
})

Implementation

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