We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cd169 commit 79d1168Copy full SHA for 79d1168
gnewsclient/userexception.py
@@ -0,0 +1,4 @@
1
+#User defined exceptions for Gnewsclient
2
+class NotFound(Exception):
3
+ """Raised when the list articles in the function scapefeed() is empty"""
4
+ pass
0 commit comments