From 9d2056786a38558c2ecba4406e2ba172eb0c5597 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 10 Apr 2022 20:25:29 +0800 Subject: ... --- BackEnd/Timeline/Services/EntityNotExistException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BackEnd/Timeline/Services/EntityNotExistException.cs') diff --git a/BackEnd/Timeline/Services/EntityNotExistException.cs b/BackEnd/Timeline/Services/EntityNotExistException.cs index 6ae8442d..afebc68e 100644 --- a/BackEnd/Timeline/Services/EntityNotExistException.cs +++ b/BackEnd/Timeline/Services/EntityNotExistException.cs @@ -12,7 +12,7 @@ namespace Timeline.Services [Serializable] public class EntityNotExistException : EntityException { - public EntityNotExistException() : base() { } + public EntityNotExistException(EntityType bookmarkTimeline) : base() { } public EntityNotExistException(string? message) : base(message) { } public EntityNotExistException(string? message, Exception? inner) : base(message, inner) { } public EntityNotExistException(EntityType entityType, IDictionary? constraints = null, string? message = null, Exception? inner = null) -- cgit v1.2.3