Class: Configuration::NoValueForPathTemplatePlaceholderError

Inherits:
PathRenderingError show all
Defined in:
lib/httpimagestore/configuration/path.rb

Instance Method Summary collapse

Constructor Details

#initialize(path_name, template, placeholder) ⇒ NoValueForPathTemplatePlaceholderError

Returns a new instance of NoValueForPathTemplatePlaceholderError.



19
20
21
# File 'lib/httpimagestore/configuration/path.rb', line 19

def initialize(path_name, template, placeholder)
	super path_name, template, "no value for '\#{#{placeholder}}'"
end