123456789_123456789_123456789_123456789_123456789_

Exception: RSS::XMLParserNotFound

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Error, StandardError
Instance Chain:
self, Error, StandardError
Inherits: RSS::Error
  • Object
Defined in: lib/rss/parser.rb

Class Method Summary

Constructor Details

.newXMLParserNotFound

[ GitHub ]

  
# File 'lib/rss/parser.rb', line 29

def initialize
  super("available XML parser was not found in " <<
        "#{AVAILABLE_PARSER_LIBRARIES.inspect}.")
end