Exception: Milestoner::Errors::Git
- Defined in:
- lib/milestoner/errors/git.rb
Overview
Raised for projects not initialized as Git repositories.
Instance Method Summary collapse
-
#initialize(message = "Invalid Git repository.") ⇒ Git
constructor
A new instance of Git.
Constructor Details
#initialize(message = "Invalid Git repository.") ⇒ Git
Returns a new instance of Git.
5 6 7 |
# File 'lib/milestoner/errors/git.rb', line 5 def initialize = "Invalid Git repository." super end |