Kotlin Sealed Class
sealed class TEEError : Exception
open val cause: Throwable?
open val message: String?
Was this page helpful?