diff --git a/ELT.Client/Kasko/KaskoManager.cs b/ELT.Client/Kasko/KaskoManager.cs index 9a25318..6a2fa9c 100644 --- a/ELT.Client/Kasko/KaskoManager.cs +++ b/ELT.Client/Kasko/KaskoManager.cs @@ -72,9 +72,9 @@ namespace ELT.Client.Kasko false, null, null, eltParams); result.Add(companyId, res); } - catch (Exception e) + catch (Exception) { - throw e; + // ignored } return result;