class CookbookOmnifetch::GitNotInstalled

Public Class Methods

new() click to toggle source
Calls superclass method
# 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