Class: Configuration::NoRequestBodyToGenerateMetaVariableError

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

Instance Method Summary collapse

Constructor Details

#initialize(meta_value) ⇒ NoRequestBodyToGenerateMetaVariableError

Returns a new instance of NoRequestBodyToGenerateMetaVariableError.



24
25
26
# File 'lib/httpimagestore/configuration/handler.rb', line 24

def initialize(meta_value)
	super "need not empty request body to generate value for '#{meta_value}'"
end