RequestCancelledException constructor

RequestCancelledException(
  1. String message
)

Creates a RequestCancelledException with the given message.

Implementation

RequestCancelledException(this.message);