Exception: Tandem::ConfigurationNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Tandem::ConfigurationNotFound
- Defined in:
- lib/tandem.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(option) ⇒ ConfigurationNotFound
constructor
A new instance of ConfigurationNotFound.
Constructor Details
#initialize(option) ⇒ ConfigurationNotFound
Returns a new instance of ConfigurationNotFound.
40 41 42 43 44 |
# File 'lib/tandem.rb', line 40 def initialize(option) @message = "Tandem configuration option not found. " + "Please complete this in config/initializers/tandem.rb with this line:\n\n" + "#{option}" end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
39 40 41 |
# File 'lib/tandem.rb', line 39 def @message end |