Exception: Riak::CrdtError::SetRemovalWithoutContextError
- Inherits:
-
Riak::CrdtError
- Object
- StandardError
- Error
- Riak::CrdtError
- Riak::CrdtError::SetRemovalWithoutContextError
- Defined in:
- lib/riak/errors/crdt_error.rb
Instance Method Summary collapse
-
#initialize ⇒ SetRemovalWithoutContextError
constructor
A new instance of SetRemovalWithoutContextError.
Methods included from Util::Translation
Constructor Details
#initialize ⇒ SetRemovalWithoutContextError
Returns a new instance of SetRemovalWithoutContextError.
7 8 9 |
# File 'lib/riak/errors/crdt_error.rb', line 7 def initialize super t('crdt.set_removal_without_context') end |