Exception: GoogleGeocoding::Errors::MissingQueryError

Inherits:
ServiceError show all
Defined in:
lib/google_geocoding/errors.rb

Overview

601 G_GEO_MISSING_QUERY

Constant Summary

Constants inherited from ServiceError

ServiceError::ERRORS_MAPPING

Instance Method Summary collapse

Methods inherited from ServiceError

build

Constructor Details

#initializeMissingQueryError

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