Exception: RubyRabbitmqJanus::Errors::ConnectionRabbitmqFailed

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

Overview

Define errors if connection to rabbitmq is failed

Author:

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ConnectionRabbitmqFailed

Returns a new instance of ConnectionRabbitmqFailed.



16
17
18
# File 'lib/rrj/errors/rabbit.rb', line 16

def initialize(message)
  super message, :fatal
end