class Geos::NullPointerError
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/ffi-geos/tools.rb, line 5 def initialize(*) super('Tried to create a Geometry from a NULL pointer!') end