namespace Http\Discovery\Exception
Object name | File name | Summary |
---|---|---|
ClassInstantiationFailedException | vendor/php-http/discovery/src/Exception/ClassInstantiationFailedException.php | Thrown when a class fails to instantiate. |
DiscoveryFailedException | vendor/php-http/discovery/src/Exception/DiscoveryFailedException.php | Thrown when all discovery strategies fails to find a resource. |
NoCandidateFoundException | vendor/php-http/discovery/src/Exception/NoCandidateFoundException.php | When we have used a strategy but no candidates provided by that strategy could be used. |
NotFoundException | vendor/php-http/discovery/src/Exception/NotFoundException.php | |
PuliUnavailableException | vendor/php-http/discovery/src/Exception/PuliUnavailableException.php | Thrown when we can't use Puli for discovery. |
StrategyUnavailableException | vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php | This exception is thrown when we cannot use a discovery strategy. This is *not* thrown when the discovery fails to find a class. |