aboutsummaryrefslogtreecommitdiff
path: root/dropped/docker/crupest-api/CrupestApi/CrupestApi.Commons/EntityNotExistException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dropped/docker/crupest-api/CrupestApi/CrupestApi.Commons/EntityNotExistException.cs')
-rw-r--r--dropped/docker/crupest-api/CrupestApi/CrupestApi.Commons/EntityNotExistException.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/dropped/docker/crupest-api/CrupestApi/CrupestApi.Commons/EntityNotExistException.cs b/dropped/docker/crupest-api/CrupestApi/CrupestApi.Commons/EntityNotExistException.cs
deleted file mode 100644
index 0e1f4f4..0000000
--- a/dropped/docker/crupest-api/CrupestApi/CrupestApi.Commons/EntityNotExistException.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace CrupestApi.Commons;
-
-public class EntityNotExistException : Exception
-{
- public EntityNotExistException() { }
- public EntityNotExistException(string message) : base(message) { }
- public EntityNotExistException(string message, Exception inner) : base(message, inner) { }
-}