interface GuzzleException
Hierarchy
- interface \Psr\Http\Client\ClientExceptionInterface extends \Psr\Http\Client\Throwable
- interface \GuzzleHttp\Exception\GuzzleException extends \Psr\Http\Client\ClientExceptionInterface
Expanded class hierarchy of GuzzleException
All classes that implement GuzzleException
3 files declare their use of GuzzleException
- Client.php in vendor/
guzzlehttp/ guzzle/ src/ Client.php - ClientInterface.php in vendor/
guzzlehttp/ guzzle/ src/ ClientInterface.php - ClientTrait.php in vendor/
guzzlehttp/ guzzle/ src/ ClientTrait.php
File
-
vendor/
guzzlehttp/ guzzle/ src/ Exception/ GuzzleException.php, line 7
Namespace
GuzzleHttp\ExceptionView source
interface GuzzleException extends ClientExceptionInterface {
}