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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -