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.



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

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