Exception: GitReview::InvalidArgumentError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



23
24
25
# File 'lib/git-review/errors.rb', line 23

def message
  'Please specify valid arguments. See --help for more information.'
end