NoConnectionException

class NoConnectionException(message: String?) : IOException

Signals that no network connection is available.

Constructors

Link copied to clipboard
fun NoConnectionException(message: String? = null)