| .. | |||||
| Exception | |||||
| Strategy | |||||
| ClassDiscovery.php | |||||
| Exception.php | |||||
| Psr17FactoryDiscovery.php | |||||
| Psr18ClientDiscovery.php |
<?php
namespace WordPress\AiClientDependencies\Http\Discovery;
/**
* An interface implemented by all discovery related exceptions.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*/
interface Exception extends \Throwable
{
}
| .. | |||||
| Exception | |||||
| Strategy | |||||
| ClassDiscovery.php | |||||
| Exception.php | |||||
| Psr17FactoryDiscovery.php | |||||
| Psr18ClientDiscovery.php |