git-subtree-dir: SiriusPress/wordpress
git-subtree-mainline: 6d2204413f383520b3f2ece120bc7324f2e88906
git-subtree-split: 1f173de885
14 lines
419 B
PHP
14 lines
419 B
PHP
<?php
|
|
|
|
namespace WordPress\AiClientDependencies\Http\Discovery\Exception;
|
|
|
|
use WordPress\AiClientDependencies\Http\Discovery\Exception;
|
|
/**
|
|
* This exception is thrown when we cannot use a discovery strategy. This is *not* thrown when
|
|
* the discovery fails to find a class.
|
|
*
|
|
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
|
|
*/
|
|
class StrategyUnavailableException extends \RuntimeException implements Exception
|
|
{
|
|
}
|