Exception: AddressUnparseable

Inherits:
APIError
  • Object
show all
Defined in:
lib/civic_aide/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The requested address is not formatted correctly or cannot be geocoded (i.e. the Google Maps API does not know anything about this address).") ⇒ AddressUnparseable

Returns a new instance of AddressUnparseable.



22
23
24
# File 'lib/civic_aide/errors.rb', line 22

def initialize(msg = "The requested address is not formatted correctly or cannot be geocoded (i.e. the Google Maps API does not know anything about this address).")
  super
end