Class: Configuration::NoSuchFileError

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

Instance Method Summary collapse

Constructor Details

#initialize(image_name, file_path) ⇒ NoSuchFileError

Returns a new instance of NoSuchFileError.



15
16
17
# File 'lib/httpimagestore/configuration/file.rb', line 15

def initialize(image_name, file_path)
	super "error while processing image '#{image_name}': file '#{file_path.to_s}' not found"
end