Exception: RubyRabbitmqJanus::Errors::Tools::Option::UseCurrentSession
- Inherits:
-
BaseOption
- Object
- StandardError
- RRJError
- BaseTools
- BaseOption
- RubyRabbitmqJanus::Errors::Tools::Option::UseCurrentSession
- Defined in:
- lib/rrj/errors/tools/gem/option.rb
Overview
Error for Tools::Option#use_current_session?
Instance Method Summary collapse
-
#initialize(opts) ⇒ UseCurrentSession
constructor
A new instance of UseCurrentSession.
Constructor Details
#initialize(opts) ⇒ UseCurrentSession
Returns a new instance of UseCurrentSession.
23 24 25 |
# File 'lib/rrj/errors/tools/gem/option.rb', line 23 def initialize(opts) super "Error for test use current session -- #{opts}", :fatal end |