class Riak::Conflict

Raised when an object that is in conflict (i.e. has siblings) is stored or manipulated as if it had a single value.

Public Class Methods

new(robject) click to toggle source
Calls superclass method
# File lib/riak/conflict.rb, line 9
def initialize(robject)
  super t('object_in_conflict', :robject => robject.inspect)
end