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