Exception: CloudMaker::Config::ContentNotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/cloud_maker/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, path) ⇒ ContentNotFound

Returns a new instance of ContentNotFound.



5
6
7
8
# File 'lib/cloud_maker/config.rb', line 5

def initialize(message, path)
  super(message)
  self.path = path
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



4
5
6
# File 'lib/cloud_maker/config.rb', line 4

def path
  @path
end