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

Breadcrumb

  1. Drupal Core 11.1.x

ClientExceptionInterface.php

Namespace

Psr\Http\Client

File

vendor/psr/http-client/src/ClientExceptionInterface.php

View source
<?php

namespace Psr\Http\Client;


/**
 * Every HTTP client related exception MUST implement this interface.
 */
interface ClientExceptionInterface extends \Throwable {

}

Interfaces

Title Deprecated Summary
ClientExceptionInterface Every HTTP client related exception MUST implement this interface.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal