Exception: Riak::CrdtError::SetRemovalWithoutContextError

Inherits:
Riak::CrdtError show all
Defined in:
lib/riak/errors/crdt_error.rb

Instance Method Summary collapse

Methods included from Util::Translation

#i18n_scope, #t

Constructor Details

#initializeSetRemovalWithoutContextError

Returns a new instance of SetRemovalWithoutContextError.



21
22
23
# File 'lib/riak/errors/crdt_error.rb', line 21

def initialize
  super t('crdt.set_removal_without_context')
end