Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
#27 documenting thrown exception types caused by addHeaderLine calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Aug 11, 2017
1 parent dbcb189 commit cf7897d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,13 @@ public function skipSystemLookup()
/**
* Perform an XML-RPC request and return a response.
*
* @param \Zend\XmlRpc\Request $request
* @param \Zend\XmlRpc\Request $request
* @param null|\Zend\XmlRpc\Response $response
* @return void
*
* @throws \Zend\Http\Exception\InvalidArgumentException
* @throws \Zend\XmlRpc\Client\Exception\HttpException
*
* @return void
*/
public function doRequest($request, $response = null)
{
Expand Down

0 comments on commit cf7897d

Please sign in to comment.