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

Commit c3514bd

Browse files
committed
#27 documenting further exceptions thrown by Client#doRequest()
1 parent cf7897d commit c3514bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Client.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ public function skipSystemLookup()
185185
* @param null|\Zend\XmlRpc\Response $response
186186
*
187187
* @throws \Zend\Http\Exception\InvalidArgumentException
188+
* @throws \Zend\Http\Client\Exception\RuntimeException
188189
* @throws \Zend\XmlRpc\Client\Exception\HttpException
190+
* @throws \Zend\XmlRpc\Exception\ValueException
189191
*
190192
* @return void
191193
*/

0 commit comments

Comments
 (0)