WpOrg\Requests\Exception\Http

Status407{}finalWP 1.0└─ Http

Exception for 407 Proxy Authentication Required responses

Хуков нет.

Использование

$Status407 = new Status407();
// use class methods

Методы

Нет Методов у класса.

Заметки

Пакет: Requests\Exceptions

Код Status407{} WP 7.1

final class Status407 extends Http {
	/**
	 * HTTP status code
	 *
	 * @var integer
	 */
	protected $code = 407;

	/**
	 * Reason phrase
	 *
	 * @var string
	 */
	protected $reason = 'Proxy Authentication Required';
}