How can I get the name of an exception that was raised in Python? e.g., try: foo = bar except Exception as exception: ...
-
June 3, 2022
- 0 Comments