Requests_Exception_HTTP_429
Exception for 429 Too Many Requests responses.
Defined (1)
The class is defined in the following location(s).
- /wp-includes/Requests/Exception/HTTP/429.php
- class Requests_Exception_HTTP_429 extends Requests_Exception_HTTP {
- /**
- * HTTP status code
- *
- * @var integer
- */
- protected $code = 429;
- /**
- * Reason phrase
- *
- * @var string
- */
- protected $reason = 'Too Many Requests';
- }