mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 23:57:29 +02:00
fix: small tweaks (#4057)
This commit is contained in:
@@ -34,6 +34,7 @@ abstract class FeedExpander extends BridgeAbstract
|
||||
try {
|
||||
$this->feed = $feedParser->parseFeed($xmlString);
|
||||
} catch (\Exception $e) {
|
||||
// FeedMergeBridge relies on this string
|
||||
throw new \Exception(sprintf('Failed to parse xml from %s: %s', $url, create_sane_exception_message($e)));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user