Better error handling in Python
Jun 20, 2021
Here is a simple example how you can better handle errors in Python, e.g. if you need to add error codes to your error messages.
I found out that not all Python developers are aware that you can modify and reuse error message classes in Python.