python - Get previously caught exception -


is possible exception caught library in python 2.7? library this:

try:     something_that_throw_exception except exception, e:     raise exception("error", e) 

and type or instance of e.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

How to provide Authorization & Authentication using Asp.net, C#? -