Exception: CertValidator::OcspFailures::SerialMismatch

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

Instance Method Summary collapse

Constructor Details

#initialize(got, expected) ⇒ SerialMismatch

Returns a new instance of SerialMismatch.



58
59
60
# File 'lib/cert_validator/errors.rb', line 58

def initialize(got, expected)
  super "OCSP response serial was #{got.inspect}, expected #{expected.inspect}"
end