Exception: RubyRabbitmqJanus::Errors::Rabbit::Publisher::TestCorrelation
- Inherits:
- 
      Base
      
        - Object
- StandardError
- RubyRabbitmqJanus::Errors::RRJError
- Base
- RubyRabbitmqJanus::Errors::Rabbit::Publisher::TestCorrelation
 
- Defined in:
- lib/rrj/errors/rabbit/rabbit.rb
Overview
Error when correlation string is not equal
Instance Method Summary collapse
- 
  
    
      #initialize(message, propertie)  ⇒ TestCorrelation 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TestCorrelation. 
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(, propertie) super "Correlation doesn't equal (msg: #{}) != (prp: #{propertie})" end |