Net Cancellation Exception
fun CoroutineScope.NetCancellationException(message: String? = null): NetCancellationException
Content copied to clipboard
在作用域中抛出该异常将取消其作用域内所有的网络请求(如果存在的话)
在作用域中抛出该异常将取消其作用域内所有的网络请求(如果存在的话)