class Pione::Location::NotFound

NotFound is raised when there isn’t data on the location.

Public Instance Methods

message() click to toggle source
# File lib/pione/location/location-exception.rb, line 20
def message
  "location \"%s\" not found" % @location.address
end