DownloadCancelledException constructor

DownloadCancelledException(
  1. String message,
  2. StackTrace? stackTrace
)

Implementation

DownloadCancelledException(this.message, this.stackTrace);