interface ClientExceptionInterface
Every HTTP client related exception MUST implement this interface.
Hierarchy
- interface \Psr\Http\Client\ClientExceptionInterface extends \Psr\Http\Client\Throwable
Expanded class hierarchy of ClientExceptionInterface
All classes that implement ClientExceptionInterface
13 files declare their use of ClientExceptionInterface
- CredentialForm.php in core/
modules/ migrate_drupal_ui/ src/ Form/ CredentialForm.php - Exception.php in vendor/
php-http/ httplug/ src/ Exception.php - GuzzleException.php in vendor/
guzzlehttp/ guzzle/ src/ Exception/ GuzzleException.php - install.core.inc in core/
includes/ install.core.inc - API functions for installing Drupal.
- locale.batch.inc in core/
modules/ locale/ locale.batch.inc
File
-
vendor/
psr/ http-client/ src/ ClientExceptionInterface.php, line 8
Namespace
Psr\Http\ClientView source
interface ClientExceptionInterface extends \Throwable {
}