Class: Configuration::ImageNotLoadedError

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

Instance Method Summary collapse

Constructor Details

#initialize(image_name) ⇒ ImageNotLoadedError

Returns a new instance of ImageNotLoadedError.



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

def initialize(image_name)
	super "image '#{image_name}' not loaded"
end