From 4c5df72057fe02257e243de37930a47425a84722 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 19 Feb 2025 02:05:39 +0800 Subject: chore(docker): remove crupest-api, forgejo and move dropped. --- .../CrupestApi/CrupestApi.Commons/EntityNotExistException.cs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 dropped/docker/crupest-api/CrupestApi/CrupestApi.Commons/EntityNotExistException.cs (limited to 'dropped/docker/crupest-api/CrupestApi/CrupestApi.Commons/EntityNotExistException.cs') 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) { } -} -- cgit v1.2.3