Exception: NemID::OCSP::NonceError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Nonces both present and not equal') ⇒ NonceError

Returns a new instance of NonceError.



24
25
26
# File 'lib/nemid/ocsp/errors.rb', line 24

def initialize(msg='Nonces both present and not equal')
  super(msg)
end