Exception: RubyRabbitmqJanus::Errors::RRJErrorHandle
- Defined in:
- lib/rrj/errors/error.rb
Overview
Define an error if method start_handle given an exception
Instance Method Summary collapse
-
#initialize(message) ⇒ RRJErrorHandle
constructor
A new instance of RRJErrorHandle.
Constructor Details
#initialize(message) ⇒ RRJErrorHandle
42 43 44 |
# File 'lib/rrj/errors/error.rb', line 42 def initialize() super "Transaction handle is failed : #{message}", :fatal end |