Ease exception handling in python.
Exall is an exception manager based on decorator/context/callback. Exall separates code logic from error handling, this reduces code duplication and ease development.
Exall easily creates rules to associate Exceptions with callbacks using decorators.
With Exall | Without Exall |
---|---|
pip install exall
You are encouraged to create your own callbacks but here are the default callback output.