FeatureFlagException

sealed class FeatureFlagException(val message: String) : Exception

Thrown when a feature flag data is stale or outdated.

Inheritors

Constructors

Link copied to clipboard
protected constructor(message: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val message: String

Inherited properties

Link copied to clipboard
open val cause: Throwable?