Requests_Exception_HTTP_305{}
Exception for 305 Use Proxy responses
Хуков нет.
Использование
$Requests_Exception_HTTP_305 = new Requests_Exception_HTTP_305(); // use class methods
Методы
Нет Методов у класса.
Заметки
- Пакет: Requests
Код Requests_Exception_HTTP_305{} Requests Exception HTTP 305{} WP 6.1.1
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'; }