Package-level declarations

Types

Link copied to clipboard
abstract class BaseException : Exception
Link copied to clipboard
Link copied to clipboard
open class ErrorNotControlledException(val title: String? = null, var message: String? = null) : BaseException
Link copied to clipboard
Link copied to clipboard
class PrivacyPolicyMustBeAccepted(val remoteConfigVersionModel: RemotePrivacyPolicy) : Exception
Link copied to clipboard
open class ShowMessageException(val text: String, val title: String? = null) : BaseException
Link copied to clipboard
class TranslatableMessageException(@StringRes val title: Int, @StringRes val description: Int) : BaseException
Link copied to clipboard
class UnsupportedVersionException(val remoteConfigVersionModel: RemoteConfigVersionModel?) : Exception