FlowManagerException

class FlowManagerException(val message: String?, val messages: ArrayList<Any> = arrayListOf()) : Exception

Exception to be thrown to the exception related to FlowManager

Constructors

Link copied to clipboard
constructor(message: String?, messages: ArrayList<Any> = arrayListOf())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String?
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String