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