Class: Vagrant::LXC::Errors::SubprocessInterruptError

Inherits:
Errors::VagrantError
  • Object
show all
Defined in:
lib/vagrant-lxc/errors.rb

Overview

Raised when user interrupts a subprocess

Instance Method Summary collapse

Constructor Details

#initialize(message, *args) ⇒ SubprocessInterruptError

Returns a new instance of SubprocessInterruptError.



22
23
24
# File 'lib/vagrant-lxc/errors.rb', line 22

def initialize(message, *args)
  super
end