Suppress TooGenericExceptionCaught for NimbusApi.withExperiment

This commit is contained in:
Christian Sadilek 2021-06-05 19:37:51 -04:00
parent 5981a92148
commit 68a761388a
1 changed files with 1 additions and 0 deletions

View File

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