Exception: Rundeck::ExecutionTimeout

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rundeck-ruby/execution.rb

Instance Method Summary collapse

Constructor Details

#initialize(execution) ⇒ ExecutionTimeout

Returns a new instance of ExecutionTimeout.



3
4
5
# File 'lib/rundeck-ruby/execution.rb', line 3

def initialize(execution)
  super("Timed out while waiting for execution #{execution.url} to complete")
end