Suppress TooGenericExceptionCaught for NimbusApi.withExperiment

(cherry picked from commit 68a761388a)
pull/420/head v90.0.0-beta.2
Christian Sadilek 3 years ago
parent 3a8763d3ff
commit e89f7008a6

@ -29,6 +29,7 @@ fun <T> NimbusApi.withExperiment(featureId: FeatureId, transform: (String?) -> T
*
* Short-hand for ` org.mozilla.experiments.nimbus.NimbusApi.getExperimentBranch`.
*/
@Suppress("TooGenericExceptionCaught")
fun NimbusApi.withExperiment(featureId: FeatureId) =
try {
getExperimentBranch(featureId.jsonName)

Loading…
Cancel
Save