pokemon-reverse-engineering-tools/pokemontools/exceptions.py, branch py3-continued reverse engineering tools make ConfigException accessible 2013-11-18T00:34:57+00:00 Bryan Bishop kanzure@gmail.com 2013-11-18T00:34:57+00:00 8ebf9b05b5ed53cd8f635dd86dbfea8bf736fd10 Apparently the "exceptions" name is already used for another module.
Apparently the "exceptions" name is already used for another module.
class Preprocessor instead of just functions 2013-09-02T17:33:03+00:00 Bryan Bishop kanzure@gmail.com 2013-09-02T07:17:44+00:00 2cf0cfa34d008d3f845082a86ec037311570396b

basic config support 2013-09-02T17:33:03+00:00 Bryan Bishop kanzure@gmail.com 2013-09-02T05:50:57+00:00 6f9ed6a829aa3e0be2c7f8e8d871bdeb593d5698

make up TextScriptException to replace two asserts 2013-09-01T20:45:04+00:00 Bryan Bishop kanzure@gmail.com 2013-09-01T20:45:04+00:00 e188fa3eb451c6951ebd6017bd2eb959306f0b60

use a custom AddressException instead of asserts 2013-09-01T20:40:22+00:00 Bryan Bishop kanzure@gmail.com 2013-09-01T20:40:22+00:00 ccc1d82d957bd98ffd60c15410eec67888f5e212 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.
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.