aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Transport/TransporterDisconnectedException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Transport/TransporterDisconnectedException.cs')
-rw-r--r--Software/Visual_Studio/Tango.Transport/TransporterDisconnectedException.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/TransporterDisconnectedException.cs b/Software/Visual_Studio/Tango.Transport/TransporterDisconnectedException.cs
deleted file mode 100644
index cb10360a5..000000000
--- a/Software/Visual_Studio/Tango.Transport/TransporterDisconnectedException.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Tango.Transport
-{
- public class TransporterDisconnectedException : Exception
- {
- public TransporterDisconnectedException(String message) : base(message)
- {
-
- }
- }
-}