File "Status502-20241105122828.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-includes/Requests/src/Exception/Http/Status502-20241105122828.php
File size: 457 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Exception for 502 Bad Gateway responses
*
* @package Requests\Exceptions
*/
namespace WpOrg\Requests\Exception\Http;
use WpOrg\Requests\Exception\Http;
/**
* Exception for 502 Bad Gateway responses
*
* @package Requests\Exceptions
*/
final class Status502 extends Http {
/**
* HTTP status code
*
* @var integer
*/
protected $code = 502;
/**
* Reason phrase
*
* @var string
*/
protected $reason = 'Bad Gateway';
}