Class: Configuration::PathRenderingError

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

Direct Known Subclasses

NoValueForPathTemplatePlaceholderError

Instance Method Summary collapse

Constructor Details

#initialize(path_name, template, message) ⇒ PathRenderingError

Returns a new instance of PathRenderingError.



13
14
15
# File 'lib/httpimagestore/configuration/path.rb', line 13

def initialize(path_name, template, message)
	super "cannot generate path '#{path_name}' from template '#{template}': #{message}"
end