Skip to content

Commit

Permalink
chore: remove unused exception name
Browse files Browse the repository at this point in the history
  • Loading branch information
malandis committed Mar 18, 2024
1 parent c07f7f5 commit 307cf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Momento.Sdk/CacheClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static async Task<ICacheClient> CreateAsync(IConfiguration config, ICrede
{
await cacheClient.DataClient.EagerConnectAsync(eagerConnectionTimeout);
}
catch (Exception e)
catch (Exception)
{
cacheClient.Dispose();
throw;
Expand Down

0 comments on commit 307cf63

Please sign in to comment.