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