Exception: GitReview::UnprocessableState
- Inherits:
-
StandardError
- Object
- StandardError
- GitReview::UnprocessableState
- 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
#message ⇒ Object
17 18 19 |
# File 'lib/git-review/errors.rb', line 17 def 'Execution of git-review stopped.' end |