[fenix] Suppress TooGenericExceptionCaught for NimbusApi.withExperiment

pull/600/head
Christian Sadilek 3 years ago
parent 2164f8943d
commit 5779f4dd36

@ -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