Exception: Gel::Error::MismatchRubyEngineError
- Defined in:
- lib/gel/error.rb
Instance Method Summary collapse
-
#initialize(running:, engine:) ⇒ MismatchRubyEngineError
constructor
A new instance of MismatchRubyEngineError.
- #message ⇒ Object
Methods inherited from UserError
Methods included from ReportableError
Constructor Details
#initialize(running:, engine:) ⇒ MismatchRubyEngineError
Returns a new instance of MismatchRubyEngineError.
196 197 198 |
# File 'lib/gel/error.rb', line 196 def initialize(running:, engine:) super end |
Instance Method Details
#message ⇒ Object
200 201 202 |
# File 'lib/gel/error.rb', line 200 def "Running ruby engine #{self[:running].inspect} does not match requested #{self[:engine].inspect}" end |