Exception: Stove::GitError::DirtyRepo

Inherits:
Stove::GitError show all
Defined in:
lib/stove/error.rb

Instance Method Summary collapse

Methods inherited from Error

set_exit_code

Instance Method Details

#messageObject



69
70
71
# File 'lib/stove/error.rb', line 69

def message
  'You have untracked files!'
end