Exception: Stove::GitError

Inherits:
Error
  • Object
show all
Defined in:
lib/stove/error.rb

Direct Known Subclasses

DirtyRepo, NotARepo, OutOfSync

Defined Under Namespace

Classes: DirtyRepo, NotARepo, OutOfSync

Instance Method Summary collapse

Methods inherited from Error

set_exit_code

Instance Method Details

#messageObject



54
55
56
# File 'lib/stove/error.rb', line 54

def message
  'Git Error: ' + super
end