Requests_Exception_HTTP_305{} WP 1.0
Exception for 305 Use Proxy responses
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Requests_Exception_HTTP_305 = new Requests_Exception_HTTP_305(); // use class methods
Методы
Нет Методов у класса.
Заметки
- Пакет: Requests
Код Requests_Exception_HTTP_305{} Requests Exception HTTP 305{} WP 5.6.2
class Requests_Exception_HTTP_305 extends Requests_Exception_HTTP {
/**
* HTTP status code
*
* @var integer
*/
protected $code = 305;
/**
* Reason phrase
*
* @var string
*/
protected $reason = 'Use Proxy';
}