See the title of this question. I want to play with the exception raised in the last command. _ didn't help me. Is there anything like that?
| |||
feedback
|
|
Do this:
It will give you information about the exception. It's a tuple containing the exception type, the exception instance and a traceback object. | |||||||||||
feedback
|