Exception: Rookout::Exceptions::RookExceptionEvaluationFailed
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookExceptionEvaluationFailed
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(expression, cause) ⇒ RookExceptionEvaluationFailed
constructor
A new instance of RookExceptionEvaluationFailed.
Constructor Details
#initialize(expression, cause) ⇒ RookExceptionEvaluationFailed
Returns a new instance of RookExceptionEvaluationFailed.
77 78 79 |
# File 'lib/rookout/exceptions.rb', line 77 def initialize expression, cause super "Failed to evaluate expression %s: #{expression}", { expression: expression }, cause end |