lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.0.7 vs lib/vagrant-libvirt/errors.rb in vagrant-libvirt-0.0.8
- old
+ new
@@ -2,10 +2,10 @@
module VagrantPlugins
module ProviderLibvirt
module Errors
class VagrantLibvirtError < Vagrant::Errors::VagrantError
- error_namespace("vagrant_libvirt.errors")
+ error_namespace('vagrant_libvirt.errors')
end
# Storage pools and volumes exceptions
class NoStoragePool < VagrantLibvirtError
error_key(:no_storage_pool)