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
|
Defined in: | lib/rss/parser.rb |
Class Method Summary
- .new ⇒ XMLParserNotFound constructor
Constructor Details
.new ⇒ XMLParserNotFound
# File 'lib/rss/parser.rb', line 29
def initialize super("available XML parser was not found in " << "#{AVAILABLE_PARSER_LIBRARIES.inspect}.") end