Exception: RSS::XMLParserNotFound

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

Instance Method Summary collapse

Constructor Details

#initializeXMLParserNotFound

Returns 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