Class: Configuration::NoSecretKeySpecifiedError
- Inherits:
-
ConfigurationError
- Object
- Configuration::NoSecretKeySpecifiedError
- Defined in:
- lib/httpimagestore/configuration/validate_hmac.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSecretKeySpecifiedError
constructor
A new instance of NoSecretKeySpecifiedError.
Constructor Details
#initialize ⇒ NoSecretKeySpecifiedError
Returns a new instance of NoSecretKeySpecifiedError.
6 7 8 |
# File 'lib/httpimagestore/configuration/validate_hmac.rb', line 6 def initialize super 'no secret key given for validate_hmac (like secret="0f0f0...")' end |