Class: Configuration::NoRequestBodyToGenerateMetaVariableError
- Inherits:
-
ConfigurationError
- Object
- Configuration::NoRequestBodyToGenerateMetaVariableError
- Defined in:
- lib/httpimagestore/configuration/handler.rb
Instance Method Summary collapse
-
#initialize(meta_value) ⇒ NoRequestBodyToGenerateMetaVariableError
constructor
A new instance of NoRequestBodyToGenerateMetaVariableError.
Constructor Details
#initialize(meta_value) ⇒ NoRequestBodyToGenerateMetaVariableError
Returns a new instance of NoRequestBodyToGenerateMetaVariableError.
25 26 27 |
# File 'lib/httpimagestore/configuration/handler.rb', line 25 def initialize() super "need not empty request body to generate value for '#{meta_value}'" end |