mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-11 10:38:36 -05:00
UI rework and fixes
This commit is contained in:
@@ -142,11 +142,17 @@ namespace FeedCenter.FeedParsers
|
||||
// No clue!
|
||||
return FeedType.Unknown;
|
||||
}
|
||||
catch (XmlException xmlException)
|
||||
{
|
||||
Log.Logger.Error(xmlException, "Exception: {0}", feedText);
|
||||
|
||||
throw new FeedParseException(FeedParseError.InvalidXml);
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
Log.Logger.Error(exception, "Exception: {0}", feedText);
|
||||
|
||||
return FeedType.Unknown;
|
||||
throw new FeedParseException(FeedParseError.InvalidXml);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user