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.



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

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