Exception: Floe::ExecutionError
Direct Known Subclasses
Instance Attribute Summary collapse
-
#floe_error ⇒ Object
readonly
Returns the value of attribute floe_error.
Instance Method Summary collapse
-
#initialize(message, floe_error = "States.Runtime") ⇒ ExecutionError
constructor
A new instance of ExecutionError.
Constructor Details
#initialize(message, floe_error = "States.Runtime") ⇒ ExecutionError
Returns a new instance of ExecutionError.
57 58 59 60 |
# File 'lib/floe.rb', line 57 def initialize(, floe_error = "States.Runtime") super() @floe_error = floe_error end |
Instance Attribute Details
#floe_error ⇒ Object (readonly)
Returns the value of attribute floe_error.
55 56 57 |
# File 'lib/floe.rb', line 55 def floe_error @floe_error end |