Python Exception Handling

Python has evolved to include good exception handling and flow. The exception hierarchy is very clean and make logical sense

This simplified version of exception categories make it easier to do the proper implementation of the exception handling in the system.

References