FeedParseError constructor

FeedParseError(
  1. String message
)

Creates a new FeedParserError with an error message

Implementation

FeedParseError(super.message);