Exception: Configuration::HMACMissingHeaderError

Inherits:
HMACAuthenticationFailedError show all
Defined in:
lib/httpimagestore/configuration/validate_hmac.rb

Instance Method Summary collapse

Constructor Details

#initialize(digest, header_name) ⇒ HMACMissingHeaderError

Returns a new instance of HMACMissingHeaderError.



36
37
38
# File 'lib/httpimagestore/configuration/validate_hmac.rb', line 36

def initialize(digest, header_name)
	super digest, "header '#{header_name}' not found in request body for HMAC verificaton"
end