Exception: RSS::XMLParserNotFound
- Defined in:
- lib/rss/parser.rb
Instance Method Summary collapse
-
#initialize ⇒ XMLParserNotFound
constructor
A new instance of XMLParserNotFound.
Constructor Details
#initialize ⇒ XMLParserNotFound
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 |