big update's coming
[mdref/mdref-http] / http / Message / setRequestUrl.md
index 9c6663debb05f87a9a45e179ebdc2252ab2087eb..30e4a7dccd097dc53d74bda8806f218a5465025d 100644 (file)
@@ -11,15 +11,11 @@ See http\Message::getRequestUrl() and http\Message::setRequestMethod().
 ## Returns:
 
 * http\Message, self.
-* false, if the message was not of type request.
 
-## Notices:
+## Throws:
 
-* E_MESSAGE_TYPE, if the message is not of type request.
-
-## Warnings:
-
-* E_INVALID_PARAM, if the url is of zero length.
+* http\Exception\InvalidArgumentException
+* http\Exception\BadMethodCallException
 
 ## Example: