summaryrefslogtreecommitdiff
path: root/pokemontools/exceptions.py
AgeCommit message (Collapse)Author
2013-11-17make ConfigException accessibleBryan Bishop
Apparently the "exceptions" name is already used for another module.
2013-09-02class Preprocessor instead of just functionsBryan Bishop
2013-09-02basic config supportBryan Bishop
2013-09-01make up TextScriptException to replace two assertsBryan Bishop
2013-09-01use a custom AddressException instead of assertsBryan Bishop
There's no reason to have asserts thrown around in the source code like that. This replaces some of them with an AddressException and a new file called "exceptions.py" to store the exception definitions.