lib/vagrant-cloudstack/exceptions/exceptions.rb in vagrant-cloudstack-1.3.0 vs lib/vagrant-cloudstack/exceptions/exceptions.rb in vagrant-cloudstack-1.4.0
- old
+ new
@@ -1,10 +1,10 @@
-module VagrantPlugins
- module Cloudstack
- module Exceptions
- class IpNotFoundException < Exception
- end
- class DuplicatePFRule < Exception
- end
- end
- end
-end
+module VagrantPlugins
+ module Cloudstack
+ module Exceptions
+ class IpNotFoundException < Exception
+ end
+ class DuplicatePFRule < Exception
+ end
+ end
+ end
+end