X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http%2FMessage%2FsetRequestUrl.md;h=30e4a7dccd097dc53d74bda8806f218a5465025d;hb=abd829b5a15673c85eae6c0f35fdf64e530afa29;hp=9c6663debb05f87a9a45e179ebdc2252ab2087eb;hpb=38ba1c26cfc9bc075be2173cadad4137a7879b32;p=mdref%2Fmdref-http diff --git a/http/Message/setRequestUrl.md b/http/Message/setRequestUrl.md index 9c6663d..30e4a7d 100644 --- a/http/Message/setRequestUrl.md +++ b/http/Message/setRequestUrl.md @@ -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: