aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Filters
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-03 17:50:17 +0800
committercrupest <crupest@outlook.com>2020-02-03 17:50:17 +0800
commit4b2569368073bbd556bbe71bd51807de91f814cb (patch)
tree9f9747d30d15abf8389527039db542c961135b1f /Timeline/Filters
parent10985f0a26010988d26777d5a6d985b4fbc0a776 (diff)
downloadtimeline-4b2569368073bbd556bbe71bd51807de91f814cb.tar.gz
timeline-4b2569368073bbd556bbe71bd51807de91f814cb.tar.bz2
timeline-4b2569368073bbd556bbe71bd51807de91f814cb.zip
Add TimelineController.
Diffstat (limited to 'Timeline/Filters')
-rw-r--r--Timeline/Filters/Timeline.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Filters/Timeline.cs b/Timeline/Filters/Timeline.cs
index ed78e645..e133c9d6 100644
--- a/Timeline/Filters/Timeline.cs
+++ b/Timeline/Filters/Timeline.cs
@@ -17,7 +17,7 @@ namespace Timeline.Filters
}
else
{
- throw new System.NotImplementedException();
+ context.Result = new NotFoundObjectResult(ErrorResponse.TimelineCommon.NotExist());
}
}
}