lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.6.0 vs lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.6.1
- old
+ new
@@ -7,9 +7,13 @@
module Errors
class VagrantLibvirtError < Vagrant::Errors::VagrantError
error_namespace('vagrant_libvirt.errors')
end
+ class CallChainError < VagrantLibvirtError
+ error_key(:call_chain_error)
+ end
+
# package not supported
class PackageNotSupported < VagrantLibvirtError
error_key(:package_not_supported)
end