Class RSS::XMLParserNotFound
In: rss/parser.rb
Parent: Error

Methods

new  

Public Class methods

[Source]

# File rss/parser.rb, line 23
    def initialize
      super("available XML parser does not found in " <<
            "#{AVAILABLE_PARSER_LIBRARIES.inspect}.")
    end

[Validate]