NetCancellationException

class NetCancellationException(coroutineScope: CoroutineScope, message: String?) : CancellationException

取消网络任务的异常

Constructors

NetCancellationException
Link copied to clipboard
fun NetCancellationException(coroutineScope: CoroutineScope, message: String? = null)