We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7ff4b commit 82217bdCopy full SHA for 82217bd
src/HttpClient.php
@@ -21,8 +21,8 @@ interface HttpClient
21
*
22
* @return ResponseInterface
23
24
- * @throws Exception If an error happens during processing the request.
25
- * @throws \Exception If processing the request is impossible (eg. bad configuration).
+ * @throws \Http\Client\Exception If an error happens during processing the request.
+ * @throws \Exception If processing the request is impossible (eg. bad configuration).
26
*/
27
public function sendRequest(RequestInterface $request);
28
}
0 commit comments