first commit
This commit is contained in:
14
wp-includes/php-ai-client/third-party/Http/Discovery/Exception/StrategyUnavailableException.php
vendored
Normal file
14
wp-includes/php-ai-client/third-party/Http/Discovery/Exception/StrategyUnavailableException.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user