Exception: RubyRabbitmqJanus::Errors::RRJ::CleanupConnection

Inherits:
BaseRRJ show all
Defined in:
lib/rrj/errors/base/init.rb

Overview

Error for RRJ#cleanup_connection

Instance Method Summary collapse

Methods inherited from BaseRRJ

#initalize

Constructor Details

#initializeCleanupConnection

Returns a new instance of CleanupConnection.



40
41
42
# File 'lib/rrj/errors/base/init.rb', line 40

def initialize
  super 'Error for cleanup Janus Instances', :warn
end