class NemID::OCSP::NonceError

Public Class Methods

new(msg='Nonces both present and not equal') click to toggle source
Calls superclass method
# File lib/nemid/ocsp/errors.rb, line 24
def initialize(msg='Nonces both present and not equal')
  super(msg)
end