Exception: VagrantPlugins::Cosmic::Exceptions::CosmicResourceNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Resource not found in cosmic') ⇒ CosmicResourceNotFound

Returns a new instance of CosmicResourceNotFound.



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

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