Exception: Stove::GitError::NotARepo

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



61
62
63
# File 'lib/stove/error.rb', line 61

def message
  'Not a git repo!'
end