vagrant-lxc-ng/lib/vagrant-lxc/errors.rb

10 lines
169 B
Ruby
Raw Normal View History

2013-03-01 20:45:13 -03:00
module Vagrant
module LXC
module Errors
class ExecuteError < Vagrant::Errors::VagrantError
error_key(:lxc_execute_error)
end
end
end
end