namespace Psr\Http\Client
Object name | File name | Summary |
---|---|---|
ClientExceptionInterface | vendor/psr/http-client/src/ClientExceptionInterface.php | Every HTTP client related exception MUST implement this interface. |
ClientInterface | vendor/psr/http-client/src/ClientInterface.php | |
NetworkExceptionInterface | vendor/psr/http-client/src/NetworkExceptionInterface.php | Thrown when the request cannot be completed because of network issues. |
RequestExceptionInterface | vendor/psr/http-client/src/RequestExceptionInterface.php | Exception for when a request failed. |