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
.
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
Post a Comment