Exception: Archipelago::Tranny::IllegalStateException

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

Overview

If a member misbehaves (or the Transaction is completely fucked up) this will be raised

Instance Method Summary collapse

Constructor Details

#initialize(transaction) ⇒ IllegalStateException

Returns a new instance of IllegalStateException.



80
81
82
# File 'lib/archipelago/tranny.rb', line 80

def initialize(transaction)
  super("#{transaction.inspect} is in a completely fucked up state")
end