Less error log messages

This commit is contained in:
Loporrit
2025-05-07 04:57:12 +00:00
parent e4e24d1831
commit 4dd34039f4

View File

@@ -807,6 +807,10 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
}
}
}
catch (OperationCanceledException)
{
throw;
}
catch (Exception ex)
{
Logger.LogError(ex, "[BASE-{appBase}] Something went wrong during calculation replacements", applicationBase);