Exception: NemID::OCSP::InvalidUpdateError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'this_update is in the future or next_update time has passed') ⇒ InvalidUpdateError

Returns a new instance of InvalidUpdateError.



18
19
20
# File 'lib/nemid/ocsp/errors.rb', line 18

def initialize(msg='this_update is in the future or next_update time has passed')
  super(msg)
end