Exception: RubyRabbitmqJanus::Errors::Tools::Option::UseCurrentHandle
- Inherits:
-
BaseOption
- Object
- StandardError
- RRJError
- BaseTools
- BaseOption
- RubyRabbitmqJanus::Errors::Tools::Option::UseCurrentHandle
- Defined in:
- lib/rrj/errors/tools/gem/option.rb
Overview
Error for Tools::Option#use_current_handle?
Instance Method Summary collapse
-
#initialize(opts) ⇒ UseCurrentHandle
constructor
A new instance of UseCurrentHandle.
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 |