python-errorhandler

This Python package, 'python_errorhandler', simplifies error handling in your code. You no longer need to write try-catch blocks for every function. Instead, you can import this package and use the included decorator with your functions. The decorator allows you to specify a custom error message for better error handling and debugging.


License
MIT
Install
pip install python-errorhandler==2.1.0