Exception: VagrantPlugins::Cloudstack::Exceptions::CloudstackResourceNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vagrant-cloudstack/exceptions/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Resource not found in cloudstack') ⇒ CloudstackResourceNotFound

Returns a new instance of CloudstackResourceNotFound.



9
10
11
# File 'lib/vagrant-cloudstack/exceptions/exceptions.rb', line 9

def initialize(msg='Resource not found in cloudstack')
  super
end