/ Published in: Python
Expand |
Embed | Plain Text
--- catch: try: generateSomeException() except Exception, e: # Mother of all exceptions print e --- throw: try: raise Exception, "Something is rotten in the state of Denmark" except e: print e
You need to login to post a comment.
