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