Sha256: 76a85c08a0e482c333052fd45020755f660f835ac8dabc355df64ef6490fdb61
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 Bytes
Contents
require 'riak/util/translation' module Riak # Raised when a tombstone object (i.e. has vclock, but no rcontent values) is # stored or manipulated as if it had a single value. class Tombstone < StandardError include Util::Translation def initialize(robject) super t('tombstone_object', :robject => robject.inspect) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
riak-client-2.6.0 | lib/riak/tombstone.rb |
riak-client-2.5.0 | lib/riak/tombstone.rb |