Class: Configuration::NoValueForPathTemplatePlaceholerError

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

Instance Method Summary collapse

Constructor Details

#initialize(path_name, template, placeholder) ⇒ NoValueForPathTemplatePlaceholerError

Returns a new instance of NoValueForPathTemplatePlaceholerError.



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

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