Exception: Vagrant::LXC::Driver::CLI::TargetStateNotReached

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/vagrant-lxc/driver/cli.rb

Instance Method Summary collapse

Constructor Details

#initialize(target_state, state) ⇒ TargetStateNotReached

Returns a new instance of TargetStateNotReached.



14
15
16
17
# File 'lib/vagrant-lxc/driver/cli.rb', line 14

def initialize(target_state, state)
  msg = "Target state '#{target_state}' not reached, currently on '#{state}'"
  super(msg)
end