tutorial.eyehunts.com
User-defined exception in Python example
User-defined exceptions need to be derived (either directly or indirectly) from the built-in Exception class in the Python example.
Rohit