class CertValidator::OcspFailures::UnacceptableNonce

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/cert_validator/errors.rb, line 52
def initialize
  super "OCSP response had unacceptable result from nonce check"
end