class Geos::Extensions::InvalidGLatLngFormatError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/geos/extensions/exceptions.rb, line 17
def initialize
  super("Invalid GLatLng format")
end