WordPress\AiClientDependencies\Http\Discovery\Exception
StrategyUnavailableException{}└─ Exception
This exception is thrown when we cannot use a discovery strategy. This is not thrown when the discovery fails to find a class.
Хуков нет.
Использование
$StrategyUnavailableException = new StrategyUnavailableException(); // use class methods
Методы
Нет Методов у класса.Код StrategyUnavailableException{} StrategyUnavailableException{} WP 7.0.4
class StrategyUnavailableException extends \RuntimeException implements Exception
{
}