Exception: NemID::OCSP::InvalidSignatureError
- Defined in:
- lib/nemid/ocsp/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Response is not signed by a trusted certificate') ⇒ InvalidSignatureError
constructor
A new instance of InvalidSignatureError.
Constructor Details
#initialize(msg = 'Response is not signed by a trusted certificate') ⇒ InvalidSignatureError
Returns a new instance of InvalidSignatureError.
6 7 8 |
# File 'lib/nemid/ocsp/errors.rb', line 6 def initialize(msg='Response is not signed by a trusted certificate') super(msg) end |