stripe / stripe-python

Python library for the Stripe API.
https://stripe.com
MIT License
1.64k stars 418 forks source link

Chain exceptions when reraising them #1366

Closed akx closed 1 week ago

akx commented 1 month ago

This makes debugging easier, since the original exception's details and traceback aren't just flattened to a string.

akx commented 1 week ago

Rebased. Cc @xavdid-stripe (I don't think the currently assigned reviewer is associated with Stripe?)

xavdid-stripe commented 1 week ago

looks great, thank you!