class NemID::OCSP::InvalidUpdateError

Public Class Methods

new(msg='this_update is in the future or next_update time has passed') click to toggle source
Calls superclass method
# 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