Class: Configuration::NoImageDataForVariableError

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

Instance Method Summary collapse

Constructor Details

#initialize(image_name, meta_value) ⇒ NoImageDataForVariableError

Returns a new instance of NoImageDataForVariableError.



37
38
39
# File 'lib/httpimagestore/configuration/handler.rb', line 37

def initialize(image_name, meta_value)
	super "image '#{image_name}' does not have data for variable '#{meta_value}'"
end