Exception: RSS::TooMuchTagError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          InvalidRSSError,
          Error,
          StandardError
         | |
| Instance Chain: 
          self,
          InvalidRSSError,
          Error,
          StandardError
         | |
| Inherits: | RSS::InvalidRSSError 
 | 
| Defined in: | lib/rss/rss.rb | 
Overview
Some tags must only exist a specific number of times in a given ::RSS feed. If a feed has too many occurrences of one of these tags, a TooMuchTagError will be raised.
Class Method Summary
- .new(tag, parent) ⇒ TooMuchTagError constructor
Instance Attribute Summary
Constructor Details
    .new(tag, parent)  ⇒ TooMuchTagError 
  
Instance Attribute Details
#parent (readonly)
[ GitHub ]# File 'lib/rss/rss.rb', line 112
attr_reader :tag, :parent
#tag (readonly)
[ GitHub ]# File 'lib/rss/rss.rb', line 112
attr_reader :tag, :parent