Kotlin Class
class WebViewNotAvailableException(message: String) : Exception
constructor(message: String)
open val cause: Throwable?
open val message: String?
Was this page helpful?