Exception: NemID::OCSP::NoStatusError
- Defined in:
- lib/nemid/ocsp/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'basic_response does not have the status for the certificate') ⇒ NoStatusError
constructor
A new instance of NoStatusError.
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 |