From 307cf635874f47b14fca352cb78dce0bf0f5a3f4 Mon Sep 17 00:00:00 2001 From: Michael Landis Date: Mon, 18 Mar 2024 10:56:03 -0700 Subject: [PATCH] chore: remove unused exception name --- src/Momento.Sdk/CacheClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Momento.Sdk/CacheClient.cs b/src/Momento.Sdk/CacheClient.cs index 30a280a6..8f152e1a 100644 --- a/src/Momento.Sdk/CacheClient.cs +++ b/src/Momento.Sdk/CacheClient.cs @@ -55,7 +55,7 @@ public static async Task CreateAsync(IConfiguration config, ICrede { await cacheClient.DataClient.EagerConnectAsync(eagerConnectionTimeout); } - catch (Exception e) + catch (Exception) { cacheClient.Dispose(); throw;