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
}
php
An exception for terminatinating execution or to throw for unit testing.
Psr\Http\Client\ClientExceptionInterface
Every HTTP client related exception MUST implement this interface.
Definition:
ClientExceptionInterface.php:9
Psr\Http\Client\NetworkExceptionInterface
Thrown when the request cannot be completed because of network issues.
Definition:
NetworkExceptionInterface.php:15
Psr\Http\Client\NetworkExceptionInterface\getRequest
getRequest()
Returns the request.
Psr\Http\Message\RequestInterface
Representation of an outgoing, client-side request.
Definition:
RequestInterface.php:25
Psr\Http\Client
Definition:
ClientExceptionInterface.php:3
libs
composer
vendor
psr
http-client
src
NetworkExceptionInterface.php
Generated on Thu Oct 2 2025 19:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)