summaryrefslogtreecommitdiff
path: root/pokemontools/exceptions.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-02 00:50:57 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-02 12:33:03 -0500
commit6f9ed6a829aa3e0be2c7f8e8d871bdeb593d5698 (patch)
treec33deb2cd5591137a2e4e510c5b3d4c06fac23c0 /pokemontools/exceptions.py
parent672d527f9e69a59cb204463a2255bb32e814a676 (diff)
basic config support
Diffstat (limited to 'pokemontools/exceptions.py')
-rw-r--r--pokemontools/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pokemontools/exceptions.py b/pokemontools/exceptions.py
index 71d0da2..2ccc58a 100644
--- a/pokemontools/exceptions.py
+++ b/pokemontools/exceptions.py
@@ -11,3 +11,8 @@ class TextScriptException(Exception):
"""
TextScript encountered an inconsistency or problem.
"""
+
+class ConfigException(Exception):
+ """
+ Configuration error. Maybe a missing config variable.
+ """