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