Exception: Floe::TimeoutError

Inherits:
ExecutionError show all
Defined in:
lib/floe.rb

Instance Attribute Summary

Attributes inherited from ExecutionError

#floe_error

Instance Method Summary collapse

Methods inherited from ExecutionError

from_output, #to_output

Constructor Details

#initialize(message = nil) ⇒ TimeoutError

Returns a new instance of TimeoutError.



82
83
84
# File 'lib/floe.rb', line 82

def initialize(message = nil)
  super(message, "States.Timeout")
end