Exception: RubyRabbitmqJanus::Errors::Rabbit::Listener::ResponseEmpty

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

Overview

Error when response is empty

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ResponseEmpty

Returns a new instance of ResponseEmpty.



32
33
34
# File 'lib/rrj/errors/rabbit/rabbit.rb', line 32

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