Exception: Blodsband::Riak::List::ActorDeletedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Blodsband::Riak::List::ActorDeletedError
- Defined in:
- lib/blodsband/riak/list.rb
Overview
An error signaling that performing an operation failed because one or more of the actors in the operation have been deleted.
Instance Attribute Summary collapse
-
#actor ⇒ Object
readonly
- Object
-
The actor that was deleted.
Instance Method Summary collapse
-
#initialize(actor, message) ⇒ ActorDeletedError
constructor
A new instance of ActorDeletedError.
Constructor Details
#initialize(actor, message) ⇒ ActorDeletedError
Returns a new instance of ActorDeletedError.
35 36 37 38 |
# File 'lib/blodsband/riak/list.rb', line 35 def initialize(actor, ) super() @actor = actor end |
Instance Attribute Details
#actor ⇒ Object (readonly)
- Object
-
The actor that was deleted.
34 35 36 |
# File 'lib/blodsband/riak/list.rb', line 34 def actor @actor end |