If I have that code:

try:
    some_method()
except Exception, e:

How can I get this Exception value (string
representation I mean)?

8 Answers
8

Leave a Reply

Your email address will not be published. Required fields are marked *