disable throw error for company
This commit is contained in:
parent
5413b4a100
commit
8c3c95c9a5
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user