Exception: GitReview::InvalidGitRepositoryError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/git-review/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



16
17
18
# File 'lib/git-review/errors.rb', line 16

def message
  "It is not a valid git repository or doesn't have a valid remote url."
end