TosClientException.withMessage constructor
TosClientException.withMessage(
- String message, [
- dynamic cause
Implementation
TosClientException.withMessage(String message, [this.cause]) {
super.message = message;
}