Exception: GoogleGeocoding::Errors::MissingQueryError
- Inherits:
-
ServiceError
- Object
- StandardError
- BaseError
- ServiceError
- GoogleGeocoding::Errors::MissingQueryError
- Defined in:
- lib/google_geocoding/errors.rb
Overview
601 G_GEO_MISSING_QUERY
Constant Summary
Constants inherited from ServiceError
Instance Method Summary collapse
-
#initialize ⇒ MissingQueryError
constructor
A new instance of MissingQueryError.
Methods inherited from ServiceError
Constructor Details
#initialize ⇒ MissingQueryError
Returns a new instance of MissingQueryError.
27 28 29 |
# File 'lib/google_geocoding/errors.rb', line 27 def initialize super("An empty address was specified") end |