Exception: RubyRabbitmqJanus::Errors::Tools::Option::UseCurrentHandle

Inherits:
BaseOption show all
Defined in:
lib/rrj/errors/tools/gem/option.rb

Overview

Error for Tools::Option#use_current_handle?

Instance Method Summary collapse

Constructor Details

#initialize(opts) ⇒ UseCurrentHandle

Returns a new instance of UseCurrentHandle.



30
31
32
# File 'lib/rrj/errors/tools/gem/option.rb', line 30

def initialize(opts)
  super "Error for test use current handle -- #{opts}", :fatal
end