Exception: NemID::OCSP::NonceError
- Defined in:
- lib/nemid/ocsp/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Nonces both present and not equal') ⇒ NonceError
constructor
A new instance of NonceError.
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 |