Exception: AddressUnparseable
- Defined in:
- lib/civic_aide/errors.rb
Instance Method Summary collapse
-
#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
constructor
A new instance of AddressUnparseable.
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 |