Message351179
Thanks Srinivas for the suggestion. IMO exception chaining has more utility than only dealing with new exceptions that are caused by exception handling. It's all about preserving exception context. As both a writer of libraries and a user of such, I do like to have a full context chain when I have to handle an exception (or more importantly as a devops engineeer: log it)
Is this edit acceptable?
"If you need to track exception context, you can use exception chaining. You can chain exceptions by using the ``from`` clause. Just raise a new exception class or instance from an existing exception. The existing exception will be set as
the cause for the new exception." |
|
Date |
User |
Action |
Args |
2019-09-05 06:15:34 | Niels Albers | set | recipients:
+ Niels Albers, rhettinger, docs@python, shireenrao |
2019-09-05 06:15:34 | Niels Albers | set | messageid: <1567664134.01.0.210055976292.issue37891@roundup.psfhosted.org> |
2019-09-05 06:15:33 | Niels Albers | link | issue37891 messages |
2019-09-05 06:15:33 | Niels Albers | create | |
|