Exception: RubyRabbitmqJanus::Errors::Rabbit::Publisher::TestCorrelation

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

Overview

Error when correlation string is not equal

Instance Method Summary collapse

Constructor Details

#initialize(message, propertie) ⇒ TestCorrelation

Returns a new instance of TestCorrelation.



48
49
50
# File 'lib/rrj/errors/rabbit/rabbit.rb', line 48

def initialize(message, propertie)
  super "Correlation doesn't equal (msg: #{message}) != (prp: #{propertie})"
end