- Timestamp:
- 11/25/2021 01:10:30 AM (5 years ago)
- Location:
- trunk/src/wp-includes/Requests/Exception/Http
- Files:
-
- 1 copied
- 1 moved
-
. (moved) (moved from trunk/src/wp-includes/Requests/Exception/HTTP )
-
Status429.php (copied) (copied from trunk/src/wp-includes/Requests/Exception/HTTP/429.php ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Requests/Exception/Http/Status429.php
r52243 r52244 3 3 * Exception for 429 Too Many Requests responses 4 4 * 5 * @see https://tools.ietf.org/html/draft-nottingham-http-new-status-04 6 * @package Requests 5 * @link https://tools.ietf.org/html/draft-nottingham-http-new-status-04 6 * 7 * @package Requests\Exceptions 7 8 */ 9 10 namespace WpOrg\Requests\Exception\Http; 11 12 use WpOrg\Requests\Exception\Http; 8 13 9 14 /** 10 15 * Exception for 429 Too Many Requests responses 11 16 * 12 * @see https://tools.ietf.org/html/draft-nottingham-http-new-status-04 13 * @package Requests 17 * @link https://tools.ietf.org/html/draft-nottingham-http-new-status-04 18 * 19 * @package Requests\Exceptions 14 20 */ 15 class Requests_Exception_HTTP_429 extends Requests_Exception_HTTP{21 final class Status429 extends Http { 16 22 /** 17 23 * HTTP status code
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)