Exception: EY::Config::ConfigurationError

Inherits:
Error
  • Object
show all
Defined in:
lib/engineyard/config.rb

Instance Method Summary collapse

Constructor Details

#initialize(key, value, source, message = nil) ⇒ ConfigurationError

Returns a new instance of ConfigurationError.



153
154
155
# File 'lib/engineyard/config.rb', line 153

def initialize(key, value, source, message=nil)
  super %|"#{key}" from #{source} has invalid value: #{value.inspect}#{": #{message}" if message}|
end