Skip to content

Commit 82217bd

Browse files
committed
Use FQCN to avoid confusion
1 parent 9d7ff4b commit 82217bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HttpClient.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ interface HttpClient
2121
*
2222
* @return ResponseInterface
2323
*
24-
* @throws Exception If an error happens during processing the request.
25-
* @throws \Exception If processing the request is impossible (eg. bad configuration).
24+
* @throws \Http\Client\Exception If an error happens during processing the request.
25+
* @throws \Exception If processing the request is impossible (eg. bad configuration).
2626
*/
2727
public function sendRequest(RequestInterface $request);
2828
}

0 commit comments

Comments
 (0)