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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wikiget/exceptions.py b/src/wikiget/exceptions.py
index c72a589..d9ca8b3 100644
--- a/src/wikiget/exceptions.py
+++ b/src/wikiget/exceptions.py
@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with Wikiget. If not, see <https://www.gnu.org/licenses/>.
+"""Define exceptions specific to the program."""
+
class ParseError(Exception):
"""Raised when some input is unable to be parsed as valid."""