Exception: RSS::XMLParserNotFound
Instance Method Summary (collapse)
-
- (XMLParserNotFound) initialize
constructor
A new instance of XMLParserNotFound.
Constructor Details
- (XMLParserNotFound) initialize
A new instance of XMLParserNotFound
28 29 30 31 |
# File 'lib/rss/parser.rb', line 28 def initialize super("available XML parser was not found in " << "#{AVAILABLE_PARSER_LIBRARIES.inspect}.") end |