Exception: Floe::ExecutionError

Inherits:
Error
  • Object
show all
Defined in:
lib/floe.rb

Direct Known Subclasses

PathError

Instance Attribute Summary collapse

Instance Method Summary collapse

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(message, floe_error = "States.Runtime")
  super(message)
  @floe_error = floe_error
end

Instance Attribute Details

#floe_errorObject (readonly)

Returns the value of attribute floe_error.



55
56
57
# File 'lib/floe.rb', line 55

def floe_error
  @floe_error
end