Exception: Polytrix::ExecutionError
- Inherits:
-
TransientFailure
- Object
- StandardError
- StandardError
- TransientFailure
- Polytrix::ExecutionError
- Defined in:
- lib/polytrix/error.rb
Instance Attribute Summary collapse
-
#execution_result ⇒ Object
Returns the value of attribute execution_result.
Attributes inherited from StandardError
Method Summary
Methods inherited from StandardError
Methods included from Error
formatted_exception, formatted_trace
Constructor Details
This class inherits a constructor from Polytrix::StandardError
Instance Attribute Details
#execution_result ⇒ Object
Returns the value of attribute execution_result.
103 104 105 |
# File 'lib/polytrix/error.rb', line 103 def execution_result @execution_result end |