Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
__init__.py: Do not wrap an exception when reraising.
Wrapping `Exception` around `e` messes with the exception `e`, so just `raise e`
- Loading branch information