Exception: RubyRabbitmqJanus::Errors::RRJErrorPost
- Defined in:
- lib/rrj/errors/error.rb
Overview
Define an error if method message_post given an exception
Instance Method Summary collapse
-
#initialize(message) ⇒ RRJErrorPost
constructor
A new instance of RRJErrorPost.
Constructor Details
#initialize(message) ⇒ RRJErrorPost
Returns a new instance of RRJErrorPost.
26 27 28 |
# File 'lib/rrj/errors/error.rb', line 26 def initialize() super "Post message is failed : #{message}", :fatal end |