aboutsummaryrefslogtreecommitdiff
path: root/src/wikiget/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/wikiget/exceptions.py')
-rw-r--r--src/wikiget/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wikiget/exceptions.py b/src/wikiget/exceptions.py
index 94ed6b2..02ffe50 100644
--- a/src/wikiget/exceptions.py
+++ b/src/wikiget/exceptions.py
@@ -17,4 +17,9 @@
class ParseError(Exception):
+ """
+ This exception is raised when the program's input is unable to be parsed as a valid
+ download target.
+ """
+
pass