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