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 -

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

How to use Authorization & Authentication in Asp.net, C#? -