class RubyRabbitmqJanus::Errors::Rabbit::Listener::ResponseNil

Error when response is nil

Public Class Methods

new(response) click to toggle source
# File lib/rrj/errors/rabbit/rabbit.rb, line 39
def initialize(response)
  super "Response is nil ! (#{response})"
end