Exception: RubyRabbitmqJanus::Errors::Janus::TransactionHandle::Detach
- Inherits:
-
BaseTransactionHandle
- Object
- StandardError
- RRJError
- BaseTransaction
- BaseTransactionHandle
- RubyRabbitmqJanus::Errors::Janus::TransactionHandle::Detach
- Defined in:
- lib/rrj/errors/janus/transactions/handle.rb
Overview
Error for Janus::Transactions::TransactionHandle#detach
Instance Method Summary collapse
-
#initialize ⇒ Detach
constructor
A new instance of Detach.
Constructor Details
#initialize ⇒ Detach
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 |