Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 374 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 374 Bytes

friendly-custom-exception

This is a demo project that illustrates how one can add the required information so that friendly-traceback can provide explanations for custom exceptions. By custom exception, we mean any exception that either is not raised by Python modules from the standard library or or that are raised with different messages specific to a given library.