Exception: RubyRabbitmqJanus::Errors::RRJErrorPost

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

Overview

Define an error if method message_post given an exception

Author:

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ RRJErrorPost

Returns a new instance of RRJErrorPost.



26
27
28
# File 'lib/rrj/errors/error.rb', line 26

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