RequestCancelledException constructor
RequestCancelledException(
- String message
Creates a RequestCancelledException with the given message.
Implementation
RequestCancelledException(this.message);
Creates a RequestCancelledException with the given message.
RequestCancelledException(this.message);