Exception: RSS::InvalidRSSError
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Error,
          StandardError
         | |
| Instance Chain: 
          self,
          Error,
          StandardError
         | |
| Inherits: | RSS::Error 
 | 
| Defined in: | lib/rss/rss.rb | 
Overview
The InvalidRSSError error is the base class for a variety of errors related to a poorly-formed ::RSS feed. Rescue this error if you only care that a file could be invalid, but don't care how it is invalid.