Class: Configuration::StoreURLNotSetForImage

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

Instance Method Summary collapse

Constructor Details

#initialize(image_name) ⇒ StoreURLNotSetForImage

Returns a new instance of StoreURLNotSetForImage.



14
15
16
# File 'lib/httpimagestore/configuration/output.rb', line 14

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