mehr
This commit is contained in:
@@ -84,7 +84,7 @@ namespace BS.Shared.AppSender
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
throw new GkvException(e.Message + $" ({url})", "KundenApp");
|
||||
throw new GkvException(e.ToString() + $" ({url})", "KundenApp");
|
||||
}
|
||||
|
||||
if (app8_response is null)
|
||||
|
||||
Reference in New Issue
Block a user