class Pione::Location::ExistAlready

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

Public Instance Methods

message() click to toggle source
# File lib/pione/location/location-exception.rb, line 13
def message
  "the location exists already: %s" % @location.inspect
end