Exception: NemID::OCSP::InvalidUpdateError
- Defined in:
- lib/nemid/ocsp/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'this_update is in the future or next_update time has passed') ⇒ InvalidUpdateError
constructor
A new instance of InvalidUpdateError.
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 |