From 4a46206ea5f004ecb595de4bfd573b6263ac462b Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 17 Jun 2020 17:10:40 +0800 Subject: refactor(back): Refactor timeline service. --- Timeline/Services/Exceptions/TimelinePostNotExistException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Timeline/Services/Exceptions/TimelinePostNotExistException.cs') diff --git a/Timeline/Services/Exceptions/TimelinePostNotExistException.cs b/Timeline/Services/Exceptions/TimelinePostNotExistException.cs index bbb9e908..f95dd410 100644 --- a/Timeline/Services/Exceptions/TimelinePostNotExistException.cs +++ b/Timeline/Services/Exceptions/TimelinePostNotExistException.cs @@ -6,7 +6,7 @@ namespace Timeline.Services.Exceptions [Serializable] public class TimelinePostNotExistException : EntityNotExistException { - public TimelinePostNotExistException() { } + public TimelinePostNotExistException() : this(null, null, false, null, null) { } [Obsolete("This has no meaning.")] public TimelinePostNotExistException(string? message) : this(message, null) { } [Obsolete("This has no meaning.")] -- cgit v1.2.3