lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.0.10 vs lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.0.11

- old
+ new

@@ -116,8 +116,12 @@ class NoIpAddressError < VagrantLibvirtError error_key(:no_ip_address_error) end + class DeleteSnapshotError < VagrantLibvirtError + error_key(:delete_snapshot_error) + end + end end end