Exception: RSS::NotSetError
| 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
Raised when a required variable is not set.
Class Method Summary
- .new(name, variables) ⇒ NotSetError constructor
Instance Attribute Summary
- #name readonly
- #variables readonly
Constructor Details
    .new(name, variables)  ⇒ NotSetError 
  
Instance Attribute Details
#name (readonly)
[ GitHub ]# File 'lib/rss/rss.rb', line 187
attr_reader :name, :variables
#variables (readonly)
[ GitHub ]# File 'lib/rss/rss.rb', line 187
attr_reader :name, :variables