FeatureToggleApiNotInitializedException

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class FeatureToggleApiNotInitializedException(message: String) : IllegalStateException

Exception indicating that there was an attempt of using Feature Toggle API without initializing it before.

Constructors

Link copied to clipboard
constructor(message: String)

Inherited properties

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

Inherited 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