ConnectivityException

class ConnectivityException(description: String, cause: Throwable? = null) : HolderException

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null)
constructor(description: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?