Exception: Pione::Location::GitError

Inherits:
LocationError show all
Defined in:
lib/pione/location/location-exception.rb

Overview

GitError is raised when git command operation fails.

Instance Method Summary collapse

Methods inherited from LocationError

#initialize

Constructor Details

This class inherits a constructor from Pione::Location::LocationError

Instance Method Details

#messageObject



34
35
36
# File 'lib/pione/location/location-exception.rb', line 34

def message
  "%s: %s" % [@option[:message], @location.address]
end