This commit is contained in:
2022-09-10 22:01:48 +00:00
parent 56af1db7e7
commit 628364bcaa
8 changed files with 40 additions and 2 deletions

View File

@@ -395,6 +395,7 @@ namespace AyaNova.Biz
catch (Exception ex)
{
log.LogError(ex, $"Error adding general notify event [type:{eventType}, userId:{userId}, message:{message}]");
DbUtil.HandleIfDatabaseUnavailableTypeException(ex);
}
}//eom