Exception: GitReview::AuthenticationError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/git-review/errors.rb', line 4

def message
  'You provided the wrong username/password, please try again.'
end