Exception: RubyRabbitmqJanus::Errors::Rabbit::Listener::ResponseNil

Inherits:
Base show all
Defined in:
lib/rrj/errors/rabbit/rabbit.rb

Overview

Error when response is nil

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ResponseNil

Returns a new instance of ResponseNil.



39
40
41
# File 'lib/rrj/errors/rabbit/rabbit.rb', line 39

def initialize(response)
  super "Response is nil ! (#{response})"
end