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.

No Hooks.

Usage

$StrategyUnavailableException = new StrategyUnavailableException();
// use class methods

Methods

No Methods in class.

StrategyUnavailableException{} code WP 7.0

class StrategyUnavailableException extends \RuntimeException implements Exception
{
}