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