DownloadFileException

class DownloadFileException(response: Response, info: String?, cause: Throwable?) : NetException

下载文件异常

Constructors

DownloadFileException
Link copied to clipboard
fun DownloadFileException(response: Response, info: String? = null, cause: Throwable? = null)