lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.73k stars 976 forks source link

Add `TooManyRequestsError` (429) to error docs #1565

Closed tijmenb closed 4 months ago

tijmenb commented 4 months ago

Description

TooManyRequestsError for HTTP 429 was added in https://github.com/lostisland/faraday/pull/1530. This updates the docs. I've checked the other exceptions as well, this one was the only one missing.