Skip to content
Snippets Groups Projects
Commit d7f1b189 authored by Mponos George's avatar Mponos George Committed by David Buchmann
Browse files

Remove exception docblock (#151)

parent a11f1e36
Branches
Tags
No related merge requests found
......@@ -3,23 +3,13 @@
namespace Http\Client;
use Psr\Http\Client\ClientInterface;
use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\ResponseInterface;
/**
* Sends a PSR-7 Request and returns a PSR-7 response.
* {@inheritdoc}
*
* @author GeLo <geloen.eric@gmail.com>
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
* @author David Buchmann <mail@davidbu.ch>
* Provide the Httplug HttpClient interface for BC.
* You should typehint Psr\Http\Client\ClientInterface in new code
*/
interface HttpClient extends ClientInterface
{
/**
* Sends a PSR-7 request.
*
* @throws \Http\Client\Exception If an error happens during processing the request.
* @throws \Exception If processing the request is impossible (eg. bad configuration).
*/
public function sendRequest(RequestInterface $request): ResponseInterface;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment