RuutClientException constructor
RuutClientException(
- String cause,
- RuutClientExceptionType type, {
- dynamic data,
Implementation
RuutClientException(this.cause, this.type, {this.data});