You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, one wants to catch and handle all exceptions thrown
by requests regardless if it is an HTTP 500 due to a server problem
or a DNS problem. This patch adds such a base class which makes
error handling easier.
This class is similar in purpose to RequestException in the Python
requests library.
0 commit comments