CancelledException constructor

CancelledException([
  1. String message = "Request cancelled"
])

Implementation

CancelledException([this.message = "Request cancelled"]);