From da8d2701bfb70697d44b70fc9103ba4b74c2a41e Mon Sep 17 00:00:00 2001 From: artehe <112902041+artehe@users.noreply.github> Date: Wed, 31 Jan 2024 14:07:48 +0000 Subject: [PATCH] Fix circular exception inheritence I made --- Netimobiledevice/Exceptions/NetimobiledeviceException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netimobiledevice/Exceptions/NetimobiledeviceException.cs b/Netimobiledevice/Exceptions/NetimobiledeviceException.cs index 0e6de21..275c95c 100644 --- a/Netimobiledevice/Exceptions/NetimobiledeviceException.cs +++ b/Netimobiledevice/Exceptions/NetimobiledeviceException.cs @@ -2,7 +2,7 @@ namespace Netimobiledevice.Exceptions { - public class NetimobiledeviceException : NetimobiledeviceException + public class NetimobiledeviceException : Exception { public NetimobiledeviceException() { }