Exception: CookbookOmnifetch::GitNotInstalled
- Inherits:
-
GitError
- Object
- StandardError
- OmnifetchError
- GitError
- CookbookOmnifetch::GitNotInstalled
- Defined in:
- lib/cookbook-omnifetch/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ GitNotInstalled
constructor
A new instance of GitNotInstalled.
Methods inherited from OmnifetchError
Constructor Details
#initialize ⇒ GitNotInstalled
Returns a new instance of GitNotInstalled.
22 23 24 25 26 |
# File 'lib/cookbook-omnifetch/exceptions.rb', line 22 def initialize super "You need to install Git before you can download " \ "cookbooks from git repositories. For more information, please " \ "see the Git docs: http://git-scm.org." end |