# 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