Exception: Geos::Extensions::InvalidGLatLngFormatError
- Inherits:
-
ParseError
- Object
- RuntimeError
- Geos::Error
- ParseError
- Geos::Extensions::InvalidGLatLngFormatError
- Defined in:
- lib/geos/extensions/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidGLatLngFormatError
constructor
A new instance of InvalidGLatLngFormatError.
Constructor Details
#initialize ⇒ InvalidGLatLngFormatError
Returns a new instance of InvalidGLatLngFormatError.
15 16 17 |
# File 'lib/geos/extensions/exceptions.rb', line 15 def initialize super("Invalid GLatLng format") end |