aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Services/Exceptions/TimelinePostNotExistException.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-17 17:10:40 +0800
committercrupest <crupest@outlook.com>2020-06-17 17:10:40 +0800
commit4a46206ea5f004ecb595de4bfd573b6263ac462b (patch)
treeb4532afa1b9026d7245b7c172116a8cc99d33daf /Timeline/Services/Exceptions/TimelinePostNotExistException.cs
parentc360ec8414a563338839b239c0f8062bfdcdc4e9 (diff)
downloadtimeline-4a46206ea5f004ecb595de4bfd573b6263ac462b.tar.gz
timeline-4a46206ea5f004ecb595de4bfd573b6263ac462b.tar.bz2
timeline-4a46206ea5f004ecb595de4bfd573b6263ac462b.zip
refactor(back): Refactor timeline service.
Diffstat (limited to 'Timeline/Services/Exceptions/TimelinePostNotExistException.cs')
-rw-r--r--Timeline/Services/Exceptions/TimelinePostNotExistException.cs2
1 files changed, 1 insertions, 1 deletions
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.")]