Exception: Berkshelf::GitNotFound
- Inherits:
-
BerkshelfError
- Object
- StandardError
- BerkshelfError
- Berkshelf::GitNotFound
- Defined in:
- lib/berkshelf/errors.rb
Instance Method Summary collapse
Methods inherited from BerkshelfError
Instance Method Details
#to_s ⇒ Object
129 130 131 |
# File 'lib/berkshelf/errors.rb', line 129 def to_s 'Could not find a Git executable in your path - please add it and try again' end |