class CertValidator::OcspFailures::UnexpectedStatus

Public Class Methods

new(got) click to toggle source
Calls superclass method
# File lib/cert_validator/errors.rb, line 76
def initialize(got)
  super "OCSP response was #{got.inspect}, expected 0"
end