vagrant-lxc-ng/lib/vagrant-lxc/errors.rb
2013-03-01 21:52:13 -03:00

10 lines
169 B
Ruby

module Vagrant
module LXC
module Errors
class ExecuteError < Vagrant::Errors::VagrantError
error_key(:lxc_execute_error)
end
end
end
end