Class: Configuration::NoValueForPathTemplatePlaceholerError
- Inherits:
-
PathRenderingError
- Object
- PathRenderingError
- Configuration::NoValueForPathTemplatePlaceholerError
- Defined in:
- lib/httpimagestore/configuration/path.rb
Instance Method Summary collapse
-
#initialize(path_name, template, placeholder) ⇒ NoValueForPathTemplatePlaceholerError
constructor
A new instance of NoValueForPathTemplatePlaceholerError.
Constructor Details
#initialize(path_name, template, placeholder) ⇒ NoValueForPathTemplatePlaceholerError
Returns a new instance of NoValueForPathTemplatePlaceholerError.
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 |