summaryrefslogtreecommitdiff
path: root/rss/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'rss/exception.h')
-rw-r--r--rss/exception.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rss/exception.h b/rss/exception.h
index 5b0548e2f..1fc1ef33 100644
--- a/rss/exception.h
+++ b/rss/exception.h
@@ -16,6 +16,9 @@ private:
std::string emsg;
};
+class NotModifiedException : public std::exception {
+};
+
} // namespace rsspp
#endif /* NEWSBOAT_RSSPPEXCEPTION_H_ */