We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6c5e4 commit ab10d1aCopy full SHA for ab10d1a
Source/Menu/Notifications/NotificationManager.cs
@@ -1,4 +1,4 @@
1
-// COPYRIGHT 2009 - 2024 by the Open Rails project.
+// COPYRIGHT 2009 - 2024 by the Open Rails project.
2
//
3
// This file is part of Open Rails.
4
@@ -126,7 +126,7 @@ public void CheckNotifications()
126
Notifications.NotificationList = IncludeValid(Notifications.NotificationList);
127
Notifications.NotificationList = SortByDate(Notifications.NotificationList);
128
}
129
- catch (WebException ex)
+ catch (Exception ex)
130
{
131
Error = ex;
132
0 commit comments