Exception: RSS::OverlappedPrefixError
| 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/rss.rb | 
Overview
::RSS, being an XML-based format, has namespace support. If two namespaces are declared with the same name, an OverlappedPrefixError will be raised.
Class Method Summary
- .new(prefix) ⇒ OverlappedPrefixError constructor
Instance Attribute Summary
- #prefix readonly
Constructor Details
    .new(prefix)  ⇒ OverlappedPrefixError 
  
Instance Attribute Details
#prefix (readonly)
[ GitHub ]# File 'lib/rss/rss.rb', line 84
attr_reader :prefix