Exception classes should call __init__ in their parents #96

Closed
opened 2012-06-11 12:36:30 -07:00 by terrycojones · 2 comments
terrycojones commented 2012-06-11 12:36:30 -07:00 (Migrated from github.com)

The exception classes don't call their parent's init functions. E.g., in TwythonRateLimitError if you don't pass a retry_after arg, the exception instance doesn't store its message or error code.

The exception classes don't call their parent's **init** functions. E.g., in `TwythonRateLimitError` if you don't pass a `retry_after` arg, the exception instance doesn't store its message or error code.
ryanmcgrath commented 2012-06-24 12:18:14 -07:00 (Migrated from github.com)

This was fixed in pull request #97, but didn't auto-close. This closes it. Etc.

This was fixed in pull request #97, but didn't auto-close. This closes it. Etc.
terrycojones commented 2012-06-24 12:23:31 -07:00 (Migrated from github.com)

Thanks!

Terry

Thanks! Terry
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#96
No description provided.