Exception: GitReview::InvalidArgumentError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



29
30
31
# File 'lib/git-review/errors.rb', line 29

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