mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 07:35:55 -05:00
6493b22b42
We need to be careful (under python 2, at least) that when we reraise an exception after doing some error handling, we actually reraise the original exception rather than anything that might have been raised (and handled) during the error handling.