Exception: EY::Config::ConfigurationError

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

Instance Method Summary collapse

Methods inherited from Error

#ambiguous

Constructor Details

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

Returns a new instance of ConfigurationError.



69
70
71
# File 'lib/engineyard/config.rb', line 69

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