class Vagrant::Util::Subprocess::TimeoutExceeded

An error which occurs when the process doesn’t end within the given timeout.

Attributes

pid[R]

Public Class Methods

new(pid) click to toggle source
Calls superclass method
# File lib/vagrant/util/subprocess.rb, line 288
def initialize(pid)
  super()
  @pid = pid
end