RuntimeError
Exception used to signal command overran its timeout in seconds
seconds - integer of maximum seconds to wait on command
# File lib/openshift-origin-node/utils/shell_exec.rb, line 45 def initialize(seconds) super 'Timeout exceeded' @seconds = seconds end
# File lib/openshift-origin-node/utils/shell_exec.rb, line 50 def to_s super + " duration of #@seconds seconds" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.