Exception: RubyStringTemplate::NoValueForTemplatePlaceholderError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/httpimagestore/ruby_string_template.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, template) ⇒ NoValueForTemplatePlaceholderError

Returns a new instance of NoValueForTemplatePlaceholderError.



3
4
5
# File 'lib/httpimagestore/ruby_string_template.rb', line 3

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