summaryrefslogtreecommitdiff
path: root/pokemontools/exceptions.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-11-22 20:44:30 -0600
committerBryan Bishop <kanzure@gmail.com>2013-11-22 20:44:30 -0600
commit9d2a0c3b60821cd14f9a9efb6d0f50b465f00c63 (patch)
treef53a7136bc8ee3d9c21118fc569a73ac5075c204 /pokemontools/exceptions.py
parent96088a6266cf64766f576c404728af63d02b71c2 (diff)
parent46782bf6dc938ab8ad4f8c65c2df924fd7e1d6a7 (diff)
Merge branch 'master' into path-finding
Diffstat (limited to 'pokemontools/exceptions.py')
-rw-r--r--pokemontools/exceptions.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pokemontools/exceptions.py b/pokemontools/exceptions.py
index 4de62eb..e583b17 100644
--- a/pokemontools/exceptions.py
+++ b/pokemontools/exceptions.py
@@ -12,11 +12,6 @@ class TextScriptException(Exception):
TextScript encountered an inconsistency or problem.
"""
-class ConfigException(Exception):
- """
- Configuration error. Maybe a missing config variable.
- """
-
class PreprocessorException(Exception):
"""
There was a problem in the preprocessor.