WordPress\AiClientDependencies\Http\Discovery\Exception

StrategyUnavailableException{}WP 1.0└─ 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{} WP 7.0.4

class StrategyUnavailableException extends \RuntimeException implements Exception
{
}