Exception: RSS::XMLParserNotFound

Inherits:
Error show all
Defined in:
lib/rss/parser.rb

Instance Method Summary (collapse)

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