Connection Exception
open class ConnectionException( val url: String, message: String, cause: Throwable? = null) : Exception
Content copied to clipboard
Exception thrown when something went wrong during the connection.
Constructors
Link copied to clipboard
fun ConnectionException( url: String, message: String, cause: Throwable? = null)
Content copied to clipboard