WpOrg\Requests\Exception\Http
Status407{}
Exception for 407 Proxy Authentication Required responses
Хуков нет.
Использование
$Status407 = new Status407(); // use class methods
Методы
Нет Методов у класса.
Заметки
- Пакет: Requests\Exceptions
Код Status407{} Status407{} WP 6.6.1
final class Status407 extends Http { /** * HTTP status code * * @var integer */ protected $code = 407; /** * Reason phrase * * @var string */ protected $reason = 'Proxy Authentication Required'; }