diff options
Diffstat (limited to 'pokemontools/exceptions.py')
| -rw-r--r-- | pokemontools/exceptions.py | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/pokemontools/exceptions.py b/pokemontools/exceptions.py index 674f829..71d0da2 100644 --- a/pokemontools/exceptions.py +++ b/pokemontools/exceptions.py @@ -6,3 +6,8 @@ class AddressException(Exception):      """      There was a problem with an address. Maybe it was out of range or invalid.      """ + +class TextScriptException(Exception): +    """ +    TextScript encountered an inconsistency or problem. +    """ | 
