lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.0.15 vs lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.0.16

- old
+ new

@@ -120,9 +120,13 @@ class AttachDeviceError < VagrantLibvirtError error_key(:attach_device_error) end + class DetachDeviceError < VagrantLibvirtError + error_key(:detach_device_error) + end + class NoIpAddressError < VagrantLibvirtError error_key(:no_ip_address_error) end class DeleteSnapshotError < VagrantLibvirtError