Uses
Uses | Description |
---|---|
wp-includes/Requests/Exception/HTTP.php: Requests_Exception_HTTP | Exception based on HTTP response |
Exception for 500 Internal Server Error responses
File: wp-includes/Requests/Exception/HTTP/500.php
class Requests_Exception_HTTP_500 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 500; /** * Reason phrase * * @var string */ protected $reason = 'Internal Server Error'; }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_exception_http_500