Exception: RubyRabbitmqJanus::Errors::RRJErrorTransaction

Inherits:
RRJError
  • Object
show all
Defined in:
lib/rrj/errors/error.rb

Overview

Define an error if method transation given an exception

Author:

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ RRJErrorTransaction

Returns a new instance of RRJErrorTransaction.



34
35
36
# File 'lib/rrj/errors/error.rb', line 34

def initialize(message)
  super "Transaction is failed : #{message}", :fatal
end