Exception: CookbookOmnifetch::GitNotInstalled

Inherits:
GitError show all
Defined in:
lib/cookbook-omnifetch/exceptions.rb

Instance Method Summary collapse

Methods inherited from OmnifetchError

status_code

Constructor Details

#initializeGitNotInstalled

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