Exception: RubyRabbitmqJanus::Errors::RRJ::StartTransactionHandle
- Inherits:
-
BaseRRJ
- Object
- StandardError
- RubyRabbitmqJanus::Errors::RRJError
- BaseRRJ
- RubyRabbitmqJanus::Errors::RRJ::StartTransactionHandle
- Defined in:
- lib/rrj/errors/base/init.rb
Overview
Error for RRJ#session_endpoint_public_handle
Instance Method Summary collapse
-
#initialize(exclu, opts) ⇒ StartTransactionHandle
constructor
A new instance of StartTransactionHandle.
Methods inherited from BaseRRJ
Constructor Details
#initialize(exclu, opts) ⇒ StartTransactionHandle
Returns a new instance of StartTransactionHandle.
32 33 34 35 |
# File 'lib/rrj/errors/base/init.rb', line 32 def initialize(exclu, opts) super "Transaction handle failed with -- #{opts} in queue #{exclu}", :fatal end |