Exception: Archipelago::Tranny::UnknownMemberException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/archipelago/tranny.rb

Overview

If a member tries to report its state and the manager doesnt know about the member, it gets this.

Instance Method Summary collapse

Constructor Details

#initialize(member, transaction) ⇒ UnknownMemberException

Returns a new instance of UnknownMemberException.



71
72
73
# File 'lib/archipelago/tranny.rb', line 71

def initialize(member, transaction)
  super("#{transaction.inspect} doesnt know about any member like #{member.inspect}")
end