
com.testerum.cloud_client.CloudOfflineException.kt Maven / Gradle / Ivy
package com.testerum.cloud_client
class CloudOfflineException : RuntimeException {
constructor() : super()
constructor(message: String?) : super(message)
constructor(message: String?, cause: Throwable?) : super(message, cause)
constructor(cause: Throwable?) : super(cause)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy