Update docblock with possible exceptions thrown

This commit is contained in:
Zach Borboa
2020-10-30 21:32:43 -07:00
parent 43f96a4c8b
commit cea618a6c1
+2
View File
@@ -728,6 +728,7 @@ class MultiCurl
*
* @access public
* @param $rate_limit string (e.g. "60/1m").
* @throws \UnexpectedValueException
*/
public function setRateLimit($rate_limit)
{
@@ -876,6 +877,7 @@ class MultiCurl
* Start
*
* @access public
* @throws \ErrorException
*/
public function start()
{