Exception: GitReview::UnprocessableState

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

Overview

A custom error to raise, if we know we can’t go on.

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message
  'Execution of git-review stopped.'
end