summaryrefslogtreecommitdiff
path: root/pokemontools/exceptions.py
diff options
context:
space:
mode:
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.
+ """