Exception: CertValidator::OcspFailures::UnacceptableNonce

Inherits:
OcspFailure
  • Object
show all
Defined in:
lib/cert_validator/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeUnacceptableNonce

Returns a new instance of UnacceptableNonce.



52
53
54
# File 'lib/cert_validator/errors.rb', line 52

def initialize
  super "OCSP response had unacceptable result from nonce check"
end