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

Methods

new  

Public Class methods

[Source]

# File rss/parser.rb, line 30
    def initialize(parser)
      super("#{parser} is not available XML parser. " <<
            "available XML parser is " <<
            "#{AVAILABLE_PARSERS.inspect}.")
    end

[Validate]