Exception: Pione::Location::NotFound

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

Overview

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

Instance Method Summary collapse

Methods inherited from LocationError

#initialize

Constructor Details

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

Instance Method Details

#messageObject



20
21
22
# File 'lib/pione/location/location-exception.rb', line 20

def message
  "location \"%s\" not found" % @location.address
end