Exception: CloudMaker::Config::ContentNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- CloudMaker::Config::ContentNotFound
- Defined in:
- lib/cloud_maker/config.rb
Direct Known Subclasses
FileContentNotFound, GitHubContentNotFound, HTTPContentNotFound
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(message, path) ⇒ ContentNotFound
constructor
A new instance of ContentNotFound.
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(, path) super() self.path = path end |
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
4 5 6 |
# File 'lib/cloud_maker/config.rb', line 4 def path @path end |