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.



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

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