Exception: RubyRabbitmqJanus::Errors::Janus::TransactionHandle::Detach

Inherits:
BaseTransactionHandle show all
Defined in:
lib/rrj/errors/janus/transactions/handle.rb

Overview

Error for Janus::Transactions::TransactionHandle#detach

Instance Method Summary collapse

Constructor Details

#initializeDetach

Returns a new instance of Detach.



37
38
39
# File 'lib/rrj/errors/janus/transactions/handle.rb', line 37

def initialize
  super 'Error for sending message to type detach'
end