]> git.mxchange.org Git - friendica.git/blobdiff - src/App/BaseURL.php
Merge pull request #12213 from Schnoop/bugfix/NodeInfo
[friendica.git] / src / App / BaseURL.php
index f02a5f1fe7768847101e266537369c3eded2ac2b..9152d4bc2f5d3cfefc1c8a6b8e46b7234c38d31b 100644 (file)
@@ -444,6 +444,10 @@ class BaseURL
         * @param string $toUrl The destination URL (Default is empty, which is the default page of the Friendica node)
         * @param bool   $ssl   if true, base URL will try to get called with https:// (works just for relative paths)
         *
+        * @throws HTTPException\FoundException
+        * @throws HTTPException\MovedPermanentlyException
+        * @throws HTTPException\TemporaryRedirectException
+        *
         * @throws HTTPException\InternalServerErrorException In Case the given URL is not relative to the Friendica node
         */
        public function redirect(string $toUrl = '', bool $ssl = false)