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