c91130f280
We used to read the `message` attribute; that breaks on py3. The standard idiom is to just use `str( exception )` to get the message.