class RubyRabbitmqJanus::Errors::Rabbit::Publisher::TestCorrelation

Error when correlation string is not equal

Public Class Methods

new(message, propertie) click to toggle source
# File lib/rrj/errors/rabbit/rabbit.rb, line 48
def initialize(message, propertie)
  super "Correlation doesn't equal (msg: #{message}) != (prp: #{propertie})"
end