Download File Exception
class DownloadFileException(response: Response, info: String?, cause: Throwable?) : NetException
Content copied to clipboard
下载文件异常
Constructors
DownloadFileException
Link copied to clipboard
fun DownloadFileException(response: Response, info: String? = null, cause: Throwable? = null)
Content copied to clipboard