Exception: Geos::Extensions::InvalidGLatLngFormatError

Inherits:
ParseError show all
Defined in:
lib/geos/extensions/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidGLatLngFormatError

Returns a new instance of InvalidGLatLngFormatError.



15
16
17
# File 'lib/geos/extensions/exceptions.rb', line 15

def initialize
  super("Invalid GLatLng format")
end