We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7cb7d commit 2198f54Copy full SHA for 2198f54
1 file changed
OpenHardwareMonitorLib/Hardware/Controller/Razer/RazerGroup.cs
@@ -1,4 +1,5 @@
1
-using System.Collections.Generic;
+using System;
2
+using System.Collections.Generic;
3
using System.IO;
4
using System.Text;
5
using HidSharp;
@@ -41,7 +42,7 @@ public RazerGroup(ISettings settings)
41
42
break;
43
}
44
- catch (IOException e)
45
+ catch (Exception e)
46
{
47
_report.AppendLine($"Failed to get information for USB device with id {dev.ProductID}: {e.Message} ");
48
0 commit comments