Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ClientExceptionInterface.php

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

... See full list

File

vendor/psr/http-client/src/ClientExceptionInterface.php, line 8

Namespace

Psr\Http\Client
View source
interface ClientExceptionInterface extends \Throwable {

}
RSS feed
Powered by Drupal