If a redirect loop is detected when using follow_redirects=True with the :cls:`Client`, then this exception is raised.
| 765 | |
| 766 | |
| 767 | class ClientRedirectError(Exception): |
| 768 | """If a redirect loop is detected when using follow_redirects=True with |
| 769 | the :cls:`Client`, then this exception is raised. |
| 770 | """ |
| 771 | |
| 772 | |
| 773 | class Client: |