Exception: GitProc::UncommittedChangesError
- Inherits:
-
GitProcessError
- Object
- RuntimeError
- GitProcessError
- GitProc::UncommittedChangesError
- Defined in:
- lib/git-process/uncommitted_changes_error.rb
Instance Method Summary collapse
-
#initialize ⇒ UncommittedChangesError
constructor
A new instance of UncommittedChangesError.
Constructor Details
#initialize ⇒ UncommittedChangesError
Returns a new instance of UncommittedChangesError.
18 19 20 |
# File 'lib/git-process/uncommitted_changes_error.rb', line 18 def initialize super("There are uncommitted changes.\nPlease either commit your changes, or use 'git stash' to set them aside.") end |