Exception: Geos::InvalidGeometryTypeError

Inherits:
Error
  • Object
show all
Defined in:
lib/ffi-geos/tools.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidGeometryTypeError

Returns a new instance of InvalidGeometryTypeError.



12
13
14
# File 'lib/ffi-geos/tools.rb', line 12

def initialize(*)
  super("Invalid geometry type")
end