Exception: VagrantPlugins::Cloudstack::Exceptions::CloudstackResourceNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- VagrantPlugins::Cloudstack::Exceptions::CloudstackResourceNotFound
- Defined in:
- lib/vagrant-cloudstack/exceptions/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'Resource not found in cloudstack') ⇒ CloudstackResourceNotFound
constructor
A new instance of CloudstackResourceNotFound.
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 |