ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
NetworkExceptionInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Psr\Http\Client
;
4
5
use
Psr\Http\Message\RequestInterface
;
6
14
interface
NetworkExceptionInterface
extends
ClientExceptionInterface
15
{
23
public
function
getRequest
():
RequestInterface
;
24
}
Psr\Http\Client
Definition:
ClientExceptionInterface.php:3
RequestInterface
Psr\Http\Client\NetworkExceptionInterface
Thrown when the request cannot be completed because of network issues.
Definition:
NetworkExceptionInterface.php:14
Psr\Http\Client\NetworkExceptionInterface\getRequest
getRequest()
Returns the request.
Psr\Http\Message\RequestInterface
Representation of an outgoing, client-side request.
Definition:
RequestInterface.php:24
php
Psr\Http\Client\ClientExceptionInterface
Every HTTP client related exception MUST implement this interface.
Definition:
ClientExceptionInterface.php:8
libs
composer
vendor
psr
http-client
src
NetworkExceptionInterface.php
Generated on Thu Jan 30 2025 19:01:25 for ILIAS by
1.8.13 (using
Doxyfile
)