Yoast\WP\SEO\AI\Authentication\Domain\Exceptions
Auth_Strategy_Unavailable_Exception{}└─ Remote_Request_Exception
Thrown when an auth strategy cannot satisfy its preconditions to dispatch a request — for example when the site token cannot be acquired. Distinct from the HTTP-response exception family because no request was made; extends Remote_Request_Exception so AI_Request_Sender treats it as a fallback-eligible failure rather than an OAuth-specific sentinel.
Хуков нет.
Использование
$Auth_Strategy_Unavailable_Exception = new Auth_Strategy_Unavailable_Exception(); // use class methods
Методы
Нет Методов у класса.Код Auth_Strategy_Unavailable_Exception{} Auth Strategy Unavailable Exception{} Yoast 28.3
class Auth_Strategy_Unavailable_Exception extends Remote_Request_Exception {
}