Skip to content

Commit e0a6259

Browse files
authored
Update PowertoolsEnvironment.cs
Signed-off-by: Henrique Graca <[email protected]>
1 parent 0232f41 commit e0a6259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/src/AWS.Lambda.Powertools.Common/Core/PowertoolsEnvironment.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ internal static string ParseAssemblyName(string assemblyName)
134134
return $"{Constants.FeatureContextIdentifier}/{name}";
135135
});
136136
}
137-
catch (Exception)
137+
catch
138138
{
139139
return string.Empty;
140140
}
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)