class NemID::OCSP::NoStatusError

Public Class Methods

new(msg='basic_response does not have the status for the certificate') click to toggle source
Calls superclass method
# File lib/nemid/ocsp/errors.rb, line 12
def initialize(msg='basic_response does not have the status for the certificate')
  super(msg)
end