Class: Configuration::NoVariableToGenerateMetaVariableError

Inherits:
ConfigurationError
  • Object
show all
Defined in:
lib/httpimagestore/configuration/handler.rb

Instance Method Summary collapse

Constructor Details

#initialize(value_name, meta_value) ⇒ NoVariableToGenerateMetaVariableError

Returns a new instance of NoVariableToGenerateMetaVariableError.



31
32
33
# File 'lib/httpimagestore/configuration/handler.rb', line 31

def initialize(value_name, meta_value)
	super "need '#{value_name}' variable to generate value for '#{meta_value}'"
end