Timeline for How to know which exception type to catch, given the traceback?
Current License: CC BY-SA 4.0
Post Revisions
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 7, 2024 at 20:41 | history | edited | mkrieger1 | CC BY-SA 4.0 |
deleted 94 characters in body; edited title
|
| Aug 12, 2013 at 5:31 | history | edited | inspectorG4dget | CC BY-SA 3.0 |
Pasted external information in the post (removed pastebin dependency); formatted links
|
| Nov 7, 2012 at 17:32 | answer | added | inspectorG4dget | timeline score: 4 | |
| Nov 7, 2012 at 11:32 | comment | added | user971956 | Thanks was looking for something like the e.__class__ ! | |
| Nov 7, 2012 at 11:32 | vote | accept | user971956 | ||
| Nov 7, 2012 at 11:31 | history | edited | user971956 | CC BY-SA 3.0 |
deleted 2 characters in body
|
| Nov 7, 2012 at 9:40 | answer | added | James Henstridge | timeline score: 1 | |
| Nov 7, 2012 at 9:38 | comment | added | inspectorG4dget |
Looks like it's a RateLimitExceeded exception. Though, to be sure, I would wrap it in a try/except Exception as e and print e.__class__. That'll give you a definite answer
|
|
| Nov 7, 2012 at 9:36 | history | edited | Jon Clements | CC BY-SA 3.0 |
added 1 characters in body
|
| Nov 7, 2012 at 9:35 | review | Suggested edits | |||
| Nov 7, 2012 at 9:35 | |||||
| Nov 7, 2012 at 9:29 | history | asked | user971956 | CC BY-SA 3.0 |