StandardError
An error which occurs when the process doesn't end within the given timeout.
# File lib/vagrant/util/subprocess.rb, line 223 def initialize(pid) super() @pid = pid end