class Rundeck::ExecutionTimeout

Public Class Methods

new(execution) click to toggle source
Calls superclass method
# File lib/rundeck-ruby/execution.rb, line 3
def initialize(execution)
  super("Timed out while waiting for execution #{execution.url} to complete")
end