class Riak::BackwardsClockError

Raised when calling {Stamp#next} and NTP or some other external event has moved the system clock backwards.

Public Class Methods

new(delay) click to toggle source
Calls superclass method
# File lib/riak/stamp.rb, line 73
def initialize(delay)
  super t('backwards_clock', :delay => delay)
end