]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/lib/feeddiscovery.php
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / plugins / OStatus / lib / feeddiscovery.php
index 4809f9d35cafaaeeb1231ddfa21c043f9558b8f1..4ac243832617b89b00737b3e497f9ed27dc662a4 100644 (file)
@@ -104,7 +104,7 @@ class FeedDiscovery
             $response = $client->get($url);
         } catch (HTTP_Request2_Exception $e) {
             common_log(LOG_ERR, __METHOD__ . " Failure for $url - " . $e->getMessage());
-            throw new FeedSubBadURLException($e);
+            throw new FeedSubBadURLException($e->getMessage());
         }
 
         if ($htmlOk) {