Exception: Pione::Location::ExistAlready

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

Overview

ExistAlready is raised when there is data on the location already.

Instance Method Summary collapse

Methods inherited from LocationError

#initialize

Constructor Details

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

Instance Method Details

#messageObject



13
14
15
# File 'lib/pione/location/location-exception.rb', line 13

def message
  "the location exists already: %s" % @location.inspect
end