Exception: GitProc::UncommittedChangesError

Inherits:
GitProcessError show all
Defined in:
lib/git-process/uncommitted_changes_error.rb

Instance Method Summary collapse

Constructor Details

#initializeUncommittedChangesError

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