Class: Configuration::NoValueForSpecTemplatePlaceholerError

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

Instance Method Summary collapse

Constructor Details

#initialize(image_name, spec_name, value_name, template) ⇒ NoValueForSpecTemplatePlaceholerError

Returns a new instance of NoValueForSpecTemplatePlaceholerError.



29
30
31
# File 'lib/httpimagestore/configuration/thumbnailer.rb', line 29

def initialize(image_name, spec_name, value_name, template)
	super "cannot generate specification for thumbnail '#{image_name}': cannot generate value for attribute '#{spec_name}' from template '#{template}': no value for \#{#{value_name}}"
end