Class: Configuration::StorePathNotSetForImage

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

Instance Method Summary collapse

Constructor Details

#initialize(image_name) ⇒ StorePathNotSetForImage

Returns a new instance of StorePathNotSetForImage.



7
8
9
# File 'lib/httpimagestore/configuration/output.rb', line 7

def initialize(image_name)
	super "store path not set for image '#{image_name}'"
end