Exception: Tandem::ConfigurationNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tandem.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#messageObject

Returns the value of attribute message.



39
40
41
# File 'lib/tandem.rb', line 39

def message
  @message
end