Android
jvm
feature-toggles-api
/
com.duckduckgo.feature.toggles.api
/
FeatureExceptions
/
FeatureException
Feature
Exception
data
class
FeatureException
(
val
domain
:
String
,
val
reason
:
String
?
)
Members
Constructors
Feature
Exception
Link copied to clipboard
constructor
(
domain
:
String
,
reason
:
String
?
)
Properties
domain
Link copied to clipboard
val
domain
:
String
reason
Link copied to clipboard
val
reason
:
String
?