This commit is contained in:
2023-02-28 21:25:23 +00:00
parent 1cdc8b9564
commit 411d473bb6

View File

@@ -80,7 +80,7 @@ namespace Sockeye.Biz
if (res.IsSuccessStatusCode && responseText == "Healthy")
Failed = false;
}
catch (System.Net.Http.HttpRequestException hex)
catch (Exception hex)//generic exception as I'm seeing various different exceptions on client get between dev and production
{
Failed = true;
responseText = $"Failure {hex.Message}";