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