module IceCube

  # An exception for when an until date on a Rule is passed
  class UntilExceeded < StopIteration
  end

end
