summaryrefslogtreecommitdiff
path: root/Gestor.Common/Gestor.Common.Exceptions/AbortException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Common/Gestor.Common.Exceptions/AbortException.cs')
-rw-r--r--Gestor.Common/Gestor.Common.Exceptions/AbortException.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Gestor.Common/Gestor.Common.Exceptions/AbortException.cs b/Gestor.Common/Gestor.Common.Exceptions/AbortException.cs
deleted file mode 100644
index 6fc2511..0000000
--- a/Gestor.Common/Gestor.Common.Exceptions/AbortException.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System;
-
-namespace Gestor.Common.Exceptions
-{
- public class AbortException : Exception
- {
- public AbortException() : base(string.Empty)
- {
- }
- }
-} \ No newline at end of file