Class: Configuration::VariableNotDefinedError

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ VariableNotDefinedError

Returns a new instance of VariableNotDefinedError.



18
19
20
# File 'lib/httpimagestore/configuration/handler.rb', line 18

def initialize(name)
	super "variable '#{name}' not defined"
end