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.



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

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