Exception: RubyRabbitmqJanus::Errors::ConnectionRabbitmqFailed
- Inherits:
-
RRJError
- Object
- StandardError
- RRJError
- RubyRabbitmqJanus::Errors::ConnectionRabbitmqFailed
- Defined in:
- lib/rrj/errors/rabbit.rb
Overview
Define errors if connection to rabbitmq is failed
Instance Method Summary collapse
-
#initialize(message) ⇒ ConnectionRabbitmqFailed
constructor
A new instance of ConnectionRabbitmqFailed.
Constructor Details
#initialize(message) ⇒ ConnectionRabbitmqFailed
Returns a new instance of ConnectionRabbitmqFailed.
16 17 18 |
# File 'lib/rrj/errors/rabbit.rb', line 16 def initialize() super , :fatal end |