Net Cancellation Exception
class NetCancellationException(coroutineScope: CoroutineScope, message: String?) : CancellationException
Content copied to clipboard
取消网络任务的异常
Constructors
NetCancellationException
Link copied to clipboard
fun NetCancellationException(coroutineScope: CoroutineScope, message: String? = null)
Content copied to clipboard