Exception: RubyRabbitmqJanus::Errors::RRJErrorTransaction
- Inherits:
-
RRJError
- Object
- StandardError
- RRJError
- RubyRabbitmqJanus::Errors::RRJErrorTransaction
- Defined in:
- lib/rrj/errors/error.rb
Overview
Define an error if method transation given an exception
Instance Method Summary collapse
-
#initialize(message) ⇒ RRJErrorTransaction
constructor
A new instance of RRJErrorTransaction.
Constructor Details
#initialize(message) ⇒ RRJErrorTransaction
Returns a new instance of RRJErrorTransaction.
34 35 36 |
# File 'lib/rrj/errors/error.rb', line 34 def initialize() super "Transaction is failed : #{message}", :fatal end |