Skip to content

Commit 654526b

Browse files
committed
Update Exception thrown
Throw the InvalidArgumentException from the current namespace
1 parent f3961cd commit 654526b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function getUrl();
4646
* @param string $url Request URL.
4747
*
4848
* @return self Reference to the request.
49-
* @throws \InvalidArgumentException If the URL is invalid.
49+
* @throws InvalidArgumentException If the URL is invalid.
5050
* @link http://tools.ietf.org/html/rfc3986#section-4.3
5151
*/
5252
public function setUrl($url);

0 commit comments

Comments
 (0)