lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.0.11 vs lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.0.12
- old
+ new
@@ -33,18 +33,18 @@
class NoBoxVolume < VagrantLibvirtError
error_key(:no_box_volume)
end
class NoBoxVirtualSizeSet < VagrantLibvirtError
- error_key(:no_box_virtual_size_error)
+ error_key(:no_box_virtual_size)
end
class NoBoxFormatSet < VagrantLibvirtError
- error_key(:no_box_format_error)
+ error_key(:no_box_format)
end
class WrongBoxFormatSet < VagrantLibvirtError
- error_key(:wrong_box_format_error)
+ error_key(:wrong_box_format)
end
# Fog libvirt exceptions
class FogError < VagrantLibvirtError