tutorial.eyehunts.com
Python throw exception
You use the “raise” keyword to throw a Python exception manually. You can add a message to describe the exception type or reason.
Rohit