Exception: Milestoner::Errors::Git

Inherits:
Base
  • Object
show all
Defined in:
lib/milestoner/errors/git.rb

Overview

Raised for projects not initialized as Git repositories.

Instance Method Summary collapse

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 message = "Invalid Git repository."
  super message
end