Exception: RubyRabbitmqJanus::Errors::Rabbit::Connect::Channel
- Inherits:
-
BaseConnect
- Object
- StandardError
- RubyRabbitmqJanus::Errors::RRJError
- BaseRabbit
- BaseConnect
- RubyRabbitmqJanus::Errors::Rabbit::Connect::Channel
- Defined in:
- lib/rrj/errors/rabbit/connect.rb
Overview
Error for Rabbit::Connect#channel
Instance Method Summary collapse
-
#initialize(error) ⇒ Channel
constructor
A new instance of Channel.
Constructor Details
#initialize(error) ⇒ Channel
Returns a new instance of Channel.
58 59 60 |
# File 'lib/rrj/errors/rabbit/connect.rb', line 58 def initialize(error) super "Error for create channel in RabbitMQ instance #{error}" end |