Exception: Geos::NullPointerError

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

Instance Method Summary collapse

Constructor Details

#initializeNullPointerError

Returns a new instance of NullPointerError.



5
6
7
# File 'lib/ffi-geos/tools.rb', line 5

def initialize(*)
  super('Tried to create a Geometry from a NULL pointer!')
end