ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
RequestExceptionInterface.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
RequestExceptionInterface
extends
ClientExceptionInterface
15
{
23
public
function
getRequest
():
RequestInterface
;
24
}
Psr\Http\Client\RequestExceptionInterface
Exception for when a request failed.
Definition:
RequestExceptionInterface.php:14
Psr\Http\Client
Definition:
ClientExceptionInterface.php:3
RequestInterface
Psr\Http\Message\RequestInterface
Representation of an outgoing, client-side request.
Definition:
RequestInterface.php:24
Psr\Http\Client\RequestExceptionInterface\getRequest
getRequest()
Returns the request.
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
RequestExceptionInterface.php
Generated on Thu Jan 30 2025 19:01:25 for ILIAS by
1.8.13 (using
Doxyfile
)