class Geos::InvalidGeometryTypeError
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/ffi-geos/tools.rb, line 11 def initialize(*) super('Invalid geometry type') end