Exception: NemID::OCSP::InvalidSignatureError

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

Instance Method Summary collapse

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