ClientExceptionInterface.php
Namespace
Psr\Http\ClientFile
-
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. |