Exception: GitReview::InvalidGitRepositoryError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



10
11
12
# File 'lib/git-review/errors.rb', line 10

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