Exception: Burstflow::Workflow::InternalError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Burstflow::Workflow::InternalError
- Defined in:
- lib/burstflow/workflow/exception.rb
Instance Attribute Summary collapse
-
#workflow ⇒ Object
Returns the value of attribute workflow.
Instance Method Summary collapse
-
#initialize(workflow, message) ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize(workflow, message) ⇒ InternalError
Returns a new instance of InternalError.
5 6 7 8 |
# File 'lib/burstflow/workflow/exception.rb', line 5 def initialize(workflow, ) @workflow = workflow super() end |
Instance Attribute Details
#workflow ⇒ Object
Returns the value of attribute workflow.
3 4 5 |
# File 'lib/burstflow/workflow/exception.rb', line 3 def workflow @workflow end |