mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-15 04:46:29 +00:00
Update docblock with possible exceptions thrown
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user