Description
Inspect and work with Python exceptions in a more structured way. It helps developer tools present errors, test failure paths, or reason about exception details without scattering custom handling code.
This is a debugging and developer-support library, not an automatic fix for crashes. Error details can include sensitive data, so applications should decide what is safe to show to users or logs.