From 06183b9947affe71a733d4a324e806863472bdcb Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 30 Oct 2023 12:22:38 -0700 Subject: Code cleanup --- src/wikiget/exceptions.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/wikiget/exceptions.py') 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 -- cgit v1.2.3