Exception: NemID::OCSP::NoStatusError

Inherits:
Error
  • Object
show all
Defined in:
lib/nemid/ocsp/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'basic_response does not have the status for the certificate') ⇒ NoStatusError

Returns a new instance of NoStatusError.



12
13
14
# File 'lib/nemid/ocsp/errors.rb', line 12

def initialize(msg='basic_response does not have the status for the certificate')
  super(msg)
end