class CashException : FlowException
CashException(message: String, cause: Throwable)
open val cause: Throwable?
open val message: String?
val Throwable.rootCause: Throwable