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