mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
8 lines
128 B
C#
8 lines
128 B
C#
namespace FeedCenter.FeedParsers
|
|
{
|
|
internal enum FeedParseError
|
|
{
|
|
Unknown = 0,
|
|
InvalidXml = 1
|
|
}
|
|
} |